Skip to content

Commit

Permalink
Also move package build job from macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Nov 4, 2024
1 parent 61467d4 commit b361233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, macOS-12, macOS-14 ]
os: [ windows-latest, macOS-13, macOS-14 ]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b361233

Please sign in to comment.