Skip to content

Commit

Permalink
Update CI to use macos-12 (#1036)
Browse files Browse the repository at this point in the history
* use macos-12
  • Loading branch information
mr-tz authored Sep 19, 2024
1 parent e4595b2 commit 0f6ee0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- os: windows-2019
artifact_name: floss.exe
asset_name: windows
- os: macos-11
- os: macos-12
artifact_name: floss
asset_name: macos
# Pin action version by commit hash to maximize trust, ref: https://securitylab.github.com/research/github-actions-building-blocks/
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- os: windows-2022
artifact_name: floss.exe
asset_name: windows
- os: macos-11
- os: macos-12
artifact_name: floss
asset_name: macos
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-12]
# across all operating systems
# version numbers are strings, not floats
python-version: ['3.8', '3.11']
Expand Down

0 comments on commit 0f6ee0e

Please sign in to comment.