workflow: Change macOS-11 runner to macOS-12

This commit is contained in:
rdb
2024-08-03 12:18:16 +02:00
parent adb9242885
commit 17fbd09250
+3 -3
View File
@@ -40,7 +40,7 @@ jobs:
eigen: NO
- profile: macos-eigen-coverage-unity-xcode
os: macOS-11
os: macOS-12
config: Coverage
unity: YES
generator: Xcode
@@ -50,7 +50,7 @@ jobs:
eigen: YES
- profile: macos-nometa-standard-makefile
os: macOS-11
os: macOS-12
config: Standard
unity: NO
generator: Unix Makefiles
@@ -361,7 +361,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
os: [ubuntu-20.04, windows-2019, macOS-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1