Skip to content

Commit

Permalink
Testing ubuntu-24.04 CI runners to check forward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Dec 3, 2024
1 parent 2b3969b commit 31334b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

#if: false # uncomment to prevent the rest of the workflow running

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

# Stop existing workflows for matching branches and pull requests
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
# dynamically linked by pyinstaller.
# https://pyinstaller.readthedocs.io/en/stable/usage.html#making-gnu-linux-apps-forward-compatible
os_release_list = [
'ubuntu-20.04',
'ubuntu-22.04',
'windows-latest',
'macos-latest',
]

# List of OS images to use for release tests
os_test_list = os_release_list + [
'ubuntu-latest',
'ubuntu-24.04',
]

# List of python versions to use for release builds
Expand Down

0 comments on commit 31334b6

Please sign in to comment.