Skip to content

Commit

Permalink
Fix runner matrix vals
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 4, 2024
1 parent 3ffc1ad commit 532307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-11, macos-12]
os: [macos-latest, macos-12, macos-13]
include:
- os: macos-latest
- os: macos-13
Expand Down

0 comments on commit 532307a

Please sign in to comment.