Skip to content

Commit 289f094

Browse files
authored
Pin the mac runners to 12 (#1003)
1 parent aa8b056 commit 289f094

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
jobs:
3939
build_android:
4040
name: build-android-unity${{ inputs.unity_version }}-CPP${{ inputs.firebase_cpp_sdk_version }}
41-
runs-on: macos-latest
41+
runs-on: macos-12
4242
strategy:
4343
fail-fast: false
4444
env:

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
jobs:
3939
build_desktop:
4040
name: build-macOS-unity${{ inputs.unity_version}}-CPP${{ inputs.firebase_cpp_sdk_version }}
41-
runs-on: macos-latest
41+
runs-on: macos-12
4242
strategy:
4343
fail-fast: false
4444

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# GitHub Runner
5858
WINDOWS_RUNNER = "windows-latest"
59-
MACOS_RUNNER = "macos-latest"
59+
MACOS_RUNNER = "macos-12"
6060
LINUX_RUNNER = "ubuntu-latest"
6161

6262
PARAMETERS = {

0 commit comments

Comments
 (0)