Skip to content

Commit a036c2e

Browse files
authored
Fix automated builds for MacOS. (#292)
Simply update the version of the runner to latest for MacOS.
1 parent 878e0c4 commit a036c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-22.04, windows-2022, macos-11]
19+
os: [ubuntu-22.04, windows-2022, macos-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)