Skip to content

Commit

Permalink
Update CI runners
Browse files Browse the repository at this point in the history
Keeping macos-13 for now to stay on x86 runners.
  • Loading branch information
derrod committed Aug 24, 2024
1 parent 49dcdf1 commit 3963382
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04', 'windows-2019', 'macos-11']
os: ['ubuntu-24.04', 'windows-latest', 'macos-13']
fail-fast: false
max-parallel: 3

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
env:
PYTHONOPTIMIZE: 1

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-package
path: legendary/dist/*
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Dependencies
run: |
Expand All @@ -82,7 +82,7 @@ jobs:
source /etc/os-release
echo ::set-output name=version::$NAME-$VERSION_ID
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.os_version.outputs.version }}-deb-package
path: ./*.deb

0 comments on commit 3963382

Please sign in to comment.