Skip to content

Commit

Permalink
Try running the macOS CI builds on macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Feb 15, 2024
1 parent 3f98e8d commit a1ebebc
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 a1ebebc

Please sign in to comment.