Skip to content

Commit

Permalink
Bump the macOS GitHub Actions runners
Browse files Browse the repository at this point in the history
MacOS 11 is no longer supported.
  • Loading branch information
robbert-vdh committed Aug 18, 2024
1 parent 61c79ab commit 34ebda2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
include:
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
- { name: macos-universal, os: macos-11, cross-target: aarch64-apple-darwin }
- { name: macos-universal, os: macos-12, cross-target: aarch64-apple-darwin }
- { name: windows, os: windows-latest, cross-target: '' }
name: Package plugin binaries
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-latest]
os: [ubuntu-20.04, macos-12, windows-latest]
name: Build and test all components
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 34ebda2

Please sign in to comment.