Skip to content

Commit

Permalink
Fix automated builds for MacOS. (#292)
Browse files Browse the repository at this point in the history
Simply update the version of the runner to latest for MacOS.
  • Loading branch information
NikoOinonen authored Aug 5, 2024
1 parent 878e0c4 commit a036c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-22.04, windows-2022, macos-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a036c2e

Please sign in to comment.