Skip to content

Commit

Permalink
(#378) switched runner from macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Dec 16, 2024
1 parent d544138 commit 65327d9
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-2022, ubuntu-22.04, macos-12 ]
os: [ windows-2022, ubuntu-22.04, macos-13 ]

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

0 comments on commit 65327d9

Please sign in to comment.