Skip to content

Commit

Permalink
(build) Bump runs-on in workflow file
Browse files Browse the repository at this point in the history
There are known issues with running Cake on the latest MacOS version in
GitHub Actions, so pinning this to the previous version of macos-13.
  • Loading branch information
gep13 committed Aug 7, 2024
1 parent 09dc31f commit ef99cdb
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, ubuntu-18.04, macos-latest]
os: [windows-latest, ubuntu-18.04, macos-13]

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

0 comments on commit ef99cdb

Please sign in to comment.