diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22f71012..c9873b76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f9add99..30f2bbfb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: