Skip to content

Commit

Permalink
Updated GitHub Actions macOS runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Jan 1, 2025
1 parent d72e25c commit b6cc943
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 @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-12]
os: [ubuntu-20.04, windows-2019, macOS-13]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit b6cc943

Please sign in to comment.