Skip to content

Commit 29fc1bb

Browse files
authored
Merge pull request #172 from Faless/fix/ci_runners
[CI] Update ubuntu runners to 22.04
2 parents 13a9342 + 4567fb2 commit 29fc1bb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
static-checks:
1212
name: 📊 Static Checks (clang-format, black format, file format)
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
@@ -52,13 +52,13 @@ jobs:
5252
arch: 'x86_64'
5353
gdnative_flags: 'android_arch=x86_64'
5454
sconsflags: ''
55-
os: 'ubuntu-20.04'
55+
os: 'ubuntu-22.04'
5656
cache-name: android-x86_64
5757
- platform: android
5858
arch: 'arm64'
5959
gdnative_flags: 'android_arch=arm64v8'
6060
sconsflags: ''
61-
os: 'ubuntu-20.04'
61+
os: 'ubuntu-22.04'
6262
cache-name: android-arm64
6363

6464
# iOS
@@ -81,28 +81,28 @@ jobs:
8181
buildroot: 'i686-godot-linux-gnu_sdk-buildroot'
8282
gdnative_flags: 'bits=32'
8383
sconsflags: ''
84-
os: 'ubuntu-20.04'
84+
os: 'ubuntu-22.04'
8585
cache-name: linux-x86_32
8686
- platform: linux
8787
arch: 'x86_64'
8888
buildroot: 'x86_64-godot-linux-gnu_sdk-buildroot'
8989
gdnative_flags: 'bits=64'
9090
sconsflags: ''
91-
os: 'ubuntu-20.04'
91+
os: 'ubuntu-22.04'
9292
cache-name: linux-x86_64
9393
- platform: linux
9494
arch: 'arm32'
9595
buildroot: 'arm-godot-linux-gnueabihf_sdk-buildroot'
9696
gdnative_flags: 'bits=32'
9797
sconsflags: ''
98-
os: 'ubuntu-20.04'
98+
os: 'ubuntu-22.04'
9999
cache-name: linux-arm32
100100
- platform: linux
101101
arch: 'arm64'
102102
buildroot: 'aarch64-godot-linux-gnu_sdk-buildroot'
103103
gdnative_flags: 'bits=64'
104104
sconsflags: ''
105-
os: 'ubuntu-20.04'
105+
os: 'ubuntu-22.04'
106106
cache-name: linux-arm64
107107

108108
# macOS
@@ -118,14 +118,14 @@ jobs:
118118
arch: 'x86_32'
119119
gdnative_flags: 'bits=32'
120120
sconsflags: 'use_mingw=yes'
121-
os: 'ubuntu-20.04'
121+
os: 'ubuntu-22.04'
122122
msvc_arch: amd64_x86
123123
cache-name: win-x86_32
124124
- platform: windows
125125
arch: 'x86_64'
126126
gdnative_flags: 'bits=64'
127127
sconsflags: 'use_mingw=yes'
128-
os: 'ubuntu-20.04'
128+
os: 'ubuntu-22.04'
129129
msvc_arch: amd64
130130
cache-name: win-x86_64
131131

0 commit comments

Comments
 (0)