Skip to content

Commit

Permalink
Run the macOS CI builds on macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and xperiandri committed Jul 11, 2024
1 parent 3f98e8d commit 6665c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-13]
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6
Expand Down

0 comments on commit 6665c18

Please sign in to comment.