Skip to content

Commit 37de282

Browse files
committed
Revert ubuntu upgrade
As requested by @paddy-exe
1 parent 7ab72b4 commit 37de282

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/builds.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
# See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow
1616
target:
1717
[
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 },
2222
{ platform: windows, arch: x86_64, os: windows-latest },
2323
{ platform: windows, arch: x86_32, os: windows-latest },
2424
{ platform: windows, arch: arm64, os: windows-latest },
2525
{ 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 },
3030
{ 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 },
3232
]
3333
target-type: [template_debug, template_release]
3434
float-precision: [single, double]
@@ -103,7 +103,7 @@ jobs:
103103
# Merges all the build artifacts together into a single godot-cpp-template artifact.
104104
# If you comment out this step, all the builds will be uploaded individually.
105105
merge:
106-
runs-on: ubuntu-24.04
106+
runs-on: ubuntu-22.04
107107
needs: build
108108
steps:
109109
- name: Merge Artifacts

0 commit comments

Comments
 (0)