CI: Update macOS image to macOS 12
Update the macOS image used on GitHub Actions from macOS 11 to macOS 12.
This commit is contained in:
parent
53f4bf3430
commit
7eb36eadb1
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
macos_build:
|
||||
name: '02 - macOS'
|
||||
runs-on: [macos-11]
|
||||
runs-on: [macos-12]
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ['x86_64', 'arm64']
|
||||
@ -454,7 +454,7 @@ jobs:
|
||||
|
||||
macos_release:
|
||||
name: '03 - macOS notarized image'
|
||||
runs-on: [macos-11]
|
||||
runs-on: [macos-12]
|
||||
needs: [macos_build]
|
||||
env:
|
||||
HAVE_CODESIGN_IDENTITY: ${{ secrets.MACOS_SIGNING_IDENTITY != '' && secrets.MACOS_SIGNING_CERT != '' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user