File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
static-checks :
12
12
name : 📊 Static Checks (clang-format, black format, file format)
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-22 .04
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
@@ -52,13 +52,13 @@ jobs:
52
52
arch : ' x86_64'
53
53
gdnative_flags : ' android_arch=x86_64'
54
54
sconsflags : ' '
55
- os : ' ubuntu-20 .04'
55
+ os : ' ubuntu-22 .04'
56
56
cache-name : android-x86_64
57
57
- platform : android
58
58
arch : ' arm64'
59
59
gdnative_flags : ' android_arch=arm64v8'
60
60
sconsflags : ' '
61
- os : ' ubuntu-20 .04'
61
+ os : ' ubuntu-22 .04'
62
62
cache-name : android-arm64
63
63
64
64
# iOS
@@ -81,28 +81,28 @@ jobs:
81
81
buildroot : ' i686-godot-linux-gnu_sdk-buildroot'
82
82
gdnative_flags : ' bits=32'
83
83
sconsflags : ' '
84
- os : ' ubuntu-20 .04'
84
+ os : ' ubuntu-22 .04'
85
85
cache-name : linux-x86_32
86
86
- platform : linux
87
87
arch : ' x86_64'
88
88
buildroot : ' x86_64-godot-linux-gnu_sdk-buildroot'
89
89
gdnative_flags : ' bits=64'
90
90
sconsflags : ' '
91
- os : ' ubuntu-20 .04'
91
+ os : ' ubuntu-22 .04'
92
92
cache-name : linux-x86_64
93
93
- platform : linux
94
94
arch : ' arm32'
95
95
buildroot : ' arm-godot-linux-gnueabihf_sdk-buildroot'
96
96
gdnative_flags : ' bits=32'
97
97
sconsflags : ' '
98
- os : ' ubuntu-20 .04'
98
+ os : ' ubuntu-22 .04'
99
99
cache-name : linux-arm32
100
100
- platform : linux
101
101
arch : ' arm64'
102
102
buildroot : ' aarch64-godot-linux-gnu_sdk-buildroot'
103
103
gdnative_flags : ' bits=64'
104
104
sconsflags : ' '
105
- os : ' ubuntu-20 .04'
105
+ os : ' ubuntu-22 .04'
106
106
cache-name : linux-arm64
107
107
108
108
# macOS
@@ -118,14 +118,14 @@ jobs:
118
118
arch : ' x86_32'
119
119
gdnative_flags : ' bits=32'
120
120
sconsflags : ' use_mingw=yes'
121
- os : ' ubuntu-20 .04'
121
+ os : ' ubuntu-22 .04'
122
122
msvc_arch : amd64_x86
123
123
cache-name : win-x86_32
124
124
- platform : windows
125
125
arch : ' x86_64'
126
126
gdnative_flags : ' bits=64'
127
127
sconsflags : ' use_mingw=yes'
128
- os : ' ubuntu-20 .04'
128
+ os : ' ubuntu-22 .04'
129
129
msvc_arch : amd64
130
130
cache-name : win-x86_64
131
131
You can’t perform that action at this time.
0 commit comments