We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303a86e commit 953142aCopy full SHA for 953142a
.github/workflows/build_macos.yaml
@@ -25,15 +25,15 @@ on:
25
required: true
26
27
env:
28
- pythonVersion: '3.9'
+ pythonVersion: '3.7'
29
artifactRetentionDays: 2
30
assetPackageArtifactName: "AssetPackage_macOS"
31
tarballPackageArtifactName: "TarballPackage_macOS"
32
33
jobs:
34
build_desktop:
35
name: build-macOS-unity${{ inputs.unity_version}}
36
- runs-on: macos-15
+ runs-on: macos-13
37
strategy:
38
fail-fast: false
39
.github/workflows/test.yaml
@@ -107,7 +107,7 @@ jobs:
107
108
test_on_macos:
109
name: test-macOS-unity${{ needs.check_and_prepare.outputs.unity_version }}
110
111
needs: [check_and_prepare]
112
113
0 commit comments