@@ -15,20 +15,20 @@ jobs:
15
15
# See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow
16
16
target :
17
17
[
18
- { platform: linux, arch: x86_64, os: ubuntu-24 .04 },
19
- { platform: linux, arch: x86_32, os: ubuntu-24 .04 },
20
- { platform: linux, arch: arm64, os: ubuntu-24 .04-arm },
21
- { platform: linux, arch: arm32, os: ubuntu-24 .04-arm },
18
+ { platform: linux, arch: x86_64, os: ubuntu-22 .04 },
19
+ { platform: linux, arch: x86_32, os: ubuntu-22 .04 },
20
+ { platform: linux, arch: arm64, os: ubuntu-22 .04-arm },
21
+ { platform: linux, arch: arm32, os: ubuntu-22 .04-arm },
22
22
{ platform: windows, arch: x86_64, os: windows-latest },
23
23
{ platform: windows, arch: x86_32, os: windows-latest },
24
24
{ platform: windows, arch: arm64, os: windows-latest },
25
25
{ platform: macos, arch: universal, os: macos-latest },
26
- { platform: android, arch: x86_64, os: ubuntu-24 .04 },
27
- { platform: android, arch: x86_32, os: ubuntu-24 .04 },
28
- { platform: android, arch: arm64, os: ubuntu-24 .04 },
29
- { platform: android, arch: arm32, os: ubuntu-24 .04 },
26
+ { platform: android, arch: x86_64, os: ubuntu-22 .04 },
27
+ { platform: android, arch: x86_32, os: ubuntu-22 .04 },
28
+ { platform: android, arch: arm64, os: ubuntu-22 .04 },
29
+ { platform: android, arch: arm32, os: ubuntu-22 .04 },
30
30
{ platform: ios, arch: arm64, os: macos-latest },
31
- { platform: web, arch: wasm32, os: ubuntu-24 .04 },
31
+ { platform: web, arch: wasm32, os: ubuntu-22 .04 },
32
32
]
33
33
target-type : [template_debug, template_release]
34
34
float-precision : [single, double]
@@ -103,7 +103,7 @@ jobs:
103
103
# Merges all the build artifacts together into a single godot-cpp-template artifact.
104
104
# If you comment out this step, all the builds will be uploaded individually.
105
105
merge :
106
- runs-on : ubuntu-24 .04
106
+ runs-on : ubuntu-22 .04
107
107
needs : build
108
108
steps :
109
109
- name : Merge Artifacts
0 commit comments