Skip to content

Commit 953142a

Browse files
revert
1 parent 303a86e commit 953142a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ on:
2525
required: true
2626

2727
env:
28-
pythonVersion: '3.9'
28+
pythonVersion: '3.7'
2929
artifactRetentionDays: 2
3030
assetPackageArtifactName: "AssetPackage_macOS"
3131
tarballPackageArtifactName: "TarballPackage_macOS"
3232

3333
jobs:
3434
build_desktop:
3535
name: build-macOS-unity${{ inputs.unity_version}}
36-
runs-on: macos-15
36+
runs-on: macos-13
3737
strategy:
3838
fail-fast: false
3939

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
test_on_macos:
109109
name: test-macOS-unity${{ needs.check_and_prepare.outputs.unity_version }}
110-
runs-on: macos-15
110+
runs-on: macos-13
111111
needs: [check_and_prepare]
112112
strategy:
113113
fail-fast: false

0 commit comments

Comments
 (0)