Skip to content

Commit 34fa23b

Browse files
committed
CI: Lock native binaries builds to ubuntu 22
gh supports the last two LTS versions, ubuntu 22 would be still supported for 2 years from today.
1 parent 5244f73 commit 34fa23b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/native-binary-build-dlight.nativeexecution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
source:
7373

7474
name: Build Source Zip
75-
runs-on: ubuntu-latest
75+
runs-on: ubuntu-22.04
7676

7777
steps:
7878

@@ -104,7 +104,7 @@ jobs:
104104
build-linux:
105105

106106
name: Build on Linux
107-
runs-on: ubuntu-latest
107+
runs-on: ubuntu-22.04
108108
needs: source
109109

110110
steps:
@@ -227,7 +227,7 @@ jobs:
227227
build-zip-with-build-artifacts:
228228

229229
name: Package Native Execution Libraries
230-
runs-on: ubuntu-latest
230+
runs-on: ubuntu-22.04
231231

232232
# Only run when the platform specific builds are finished
233233
needs: [build-linux, build-macos-x64, build-macos-arm]

.github/workflows/native-binary-build-launcher.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
source:
6262

6363
name: Package Sources
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-22.04
6565

6666
steps:
6767

@@ -96,7 +96,7 @@ jobs:
9696
build-linux:
9797

9898
name: Build with MinGW
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-22.04
100100
needs: source
101101

102102
steps:
@@ -160,7 +160,7 @@ jobs:
160160
build-zip-with-build-artifacts:
161161

162162
name: Package Binaries
163-
runs-on: ubuntu-latest
163+
runs-on: ubuntu-22.04
164164

165165
# Only run when the platform specific builds are finished
166166
needs: [build-linux]

.github/workflows/native-binary-build-lib.profiler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
source:
8282

8383
name: Build source zip
84-
runs-on: ubuntu-latest
84+
runs-on: ubuntu-22.04
8585

8686
steps:
8787

@@ -128,7 +128,7 @@ jobs:
128128
build-linux:
129129

130130
name: Build on Linux
131-
runs-on: ubuntu-latest
131+
runs-on: ubuntu-22.04
132132
needs: source
133133

134134
steps:
@@ -302,7 +302,7 @@ jobs:
302302
build-zip-with-build-artifacts:
303303

304304
name: Package Profiler Libraries
305-
runs-on: ubuntu-latest
305+
runs-on: ubuntu-22.04
306306

307307
# Only run when the platform specific builds are finished
308308
needs: [build-linux, build-windows, build-macos]

0 commit comments

Comments
 (0)