Skip to content

Commit

Permalink
Update CI to macos-13 (#1069)
Browse files Browse the repository at this point in the history
* update to macos-13
  • Loading branch information
mr-tz authored Nov 11, 2024
1 parent bf4a8c8 commit 4c43b00
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-12
- os: macos-13
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-12
- os: macos-13
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-12]
os: [ubuntu-20.04, windows-2019, macos-13]
# across all operating systems
# version numbers are strings, not floats
python-version: ['3.8', '3.11']
Expand Down

0 comments on commit 4c43b00

Please sign in to comment.