Skip to content

Commit

Permalink
Update MacOS version in GitHub CI (AcademySoftwareFoundation#2123)
Browse files Browse the repository at this point in the history
This changelist updates Python wheel generation to the `macos-14-large` environment in GitHub CI, as Python versions before 3.11 have been removed from the `macos-13` environment.
  • Loading branch information
jstone-lucasfilm authored Nov 27, 2024
1 parent 344705f commit cbb63ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ jobs:
fail-fast: false
matrix:
python-minor: ['7', '8', '9', '10', '11', '12']
os: ['ubuntu-22.04', 'windows-2022', 'macos-13']
os: ['ubuntu-22.04', 'windows-2022', 'macos-14-large']

steps:
- name: Sync Repository
Expand Down

0 comments on commit cbb63ec

Please sign in to comment.