Skip to content

Commit

Permalink
Update release.yml (#490)
Browse files Browse the repository at this point in the history
macos-12 is deprecated, last release failed to build.
See https://github.com/aspect-build/rules_py/actions/runs/12833660494
  • Loading branch information
alexeagle authored Jan 17, 2025
1 parent 4354ae9 commit 2dd9632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# Pin to runner releases since our Rust compile is fiddly with system libs
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-13]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 2dd9632

Please sign in to comment.