Skip to content

Commit 475537b

Browse files
authored
Merge pull request #1049 from ohcee/update-runners-to-ubuntu-22.04
Upgrade GitHub Actions Ubuntu runners from 20.04 to 22.04
2 parents 471fba9 + 898ce51 commit 475537b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-factory.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
create-source-distribution:
1010
name: Create Source Distribution
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
env:
1313
ARTIFACT_DIR: source
1414
steps:
@@ -40,7 +40,7 @@ jobs:
4040
build-x86_64-linux:
4141
name: Build for x86 Linux 64bit
4242
needs: create-source-distribution
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4444
env:
4545
ARTIFACT_DIR: x86_64-linux-binaries
4646
TEST_LOG_ARTIFACT_DIR: test-logs
@@ -80,7 +80,7 @@ jobs:
8080
build-win64:
8181
name: Build for Win64
8282
needs: create-source-distribution
83-
runs-on: ubuntu-20.04
83+
runs-on: ubuntu-22.04
8484
env:
8585
ARTIFACT_DIR: win64-binaries
8686
steps:
@@ -123,7 +123,7 @@ jobs:
123123
build-osx64:
124124
name: Build for MacOSX
125125
needs: create-source-distribution
126-
runs-on: ubuntu-20.04
126+
runs-on: ubuntu-22.04
127127
env:
128128
ARTIFACT_DIR: macosx-binaries
129129
steps:
@@ -171,7 +171,7 @@ jobs:
171171
build-aarch64-linux:
172172
name: Build for ARM Linux 64bit
173173
needs: create-source-distribution
174-
runs-on: ubuntu-20.04
174+
runs-on: ubuntu-22.04
175175
env:
176176
ARTIFACT_DIR: aarch64-linux-binaries
177177
steps:
@@ -211,7 +211,7 @@ jobs:
211211
build-arm-linux-gnueabihf:
212212
name: Build for ARM Linux 32bit
213213
needs: create-source-distribution
214-
runs-on: ubuntu-20.04
214+
runs-on: ubuntu-22.04
215215
env:
216216
ARTIFACT_DIR: arm32-binaries
217217
steps:
@@ -251,7 +251,7 @@ jobs:
251251
build-i686-linux32:
252252
name: Build for x86 Linux 32bit
253253
needs: create-source-distribution
254-
runs-on: ubuntu-20.04
254+
runs-on: ubuntu-22.04
255255
env:
256256
ARTIFACT_DIR: i686-linux32-binaries
257257
steps:

0 commit comments

Comments
 (0)