File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838jobs :
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 :
Original file line number Diff line number Diff line change 3838jobs :
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
Original file line number Diff line number Diff line change 5656
5757# GitHub Runner
5858WINDOWS_RUNNER = "windows-latest"
59- MACOS_RUNNER = "macos-latest "
59+ MACOS_RUNNER = "macos-12 "
6060LINUX_RUNNER = "ubuntu-latest"
6161
6262PARAMETERS = {
You can’t perform that action at this time.
0 commit comments