Skip to content

Commit

Permalink
pin github runner to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed May 7, 2024
1 parent 4aeccf9 commit 58a2efa
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, macos-13, ubuntu-latest]

env:
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
Expand Down

0 comments on commit 58a2efa

Please sign in to comment.