Skip to content

Commit 16c6c58

Browse files
committed
Always run on the latest macOS runner
They get deprecated real fast, and since you can target a specific SDK version the runner used shouldn't matter that much. Hopefully.
1 parent 5416733 commit 16c6c58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
matrix:
2424
include:
25-
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
26-
- { name: macos-universal, os: macos-12, cross-target: aarch64-apple-darwin }
27-
- { name: windows, os: windows-latest, cross-target: '' }
25+
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
26+
- { name: macos-universal, os: macos-macos-latest, cross-target: aarch64-apple-darwin }
27+
- { name: windows, os: windows-latest, cross-target: '' }
2828
name: Package plugin binaries
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)