Skip to content

Commit 9681b48

Browse files
committed
Fixed Virtual environment to Ubuntu 18.04 in CI jobs.
1 parent 3c1a5c0 commit 9681b48

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.github/workflows/builder_0_1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
jobs:
5454
builder-base:
5555
name: Base GCC 32-bit Builder Pi[0-1]
56-
runs-on: ubuntu-latest
56+
runs-on: ubuntu-18.04
5757
strategy:
5858
matrix:
5959
rpios_types: [stretch, buster]
@@ -99,7 +99,7 @@ jobs:
9999
builder-cross:
100100
name: Cross GCC 32-bit Builder Pi[0-1]
101101
needs: builder-base
102-
runs-on: ubuntu-latest
102+
runs-on: ubuntu-18.04
103103
strategy:
104104
matrix:
105105
gcc_versions: [6.3.0, 8.3.0, 9.3.0, 10.2.0]
@@ -146,7 +146,7 @@ jobs:
146146
builder-native:
147147
name: Native GCC 32-bit Builder Pi[0-1]
148148
needs: [builder-base, builder-cross]
149-
runs-on: ubuntu-latest
149+
runs-on: ubuntu-18.04
150150
strategy:
151151
matrix:
152152
gcc_versions: [9.3.0, 10.2.0]

.github/workflows/builder_2_3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
jobs:
5454
builder-base:
5555
name: Base GCC 32-bit Builder Pi[2-3]
56-
runs-on: ubuntu-latest
56+
runs-on: ubuntu-18.04
5757
strategy:
5858
matrix:
5959
rpios_types: [stretch, buster]
@@ -97,7 +97,7 @@ jobs:
9797
builder-cross:
9898
name: Cross GCC 32-bit Builder Pi[2-3]
9999
needs: builder-base
100-
runs-on: ubuntu-latest
100+
runs-on: ubuntu-18.04
101101
strategy:
102102
matrix:
103103
gcc_versions: [6.3.0, 8.3.0, 9.3.0, 10.2.0]
@@ -144,7 +144,7 @@ jobs:
144144
builder-native:
145145
name: Native GCC 32-bit Builder Pi[2-3]
146146
needs: [builder-base, builder-cross]
147-
runs-on: ubuntu-latest
147+
runs-on: ubuntu-18.04
148148
strategy:
149149
matrix:
150150
gcc_versions: [9.3.0, 10.2.0]

.github/workflows/builder_3_plus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
jobs:
5454
builder-base:
5555
name: Base GCC 32-bit Builder Pi[3+]
56-
runs-on: ubuntu-latest
56+
runs-on: ubuntu-18.04
5757
strategy:
5858
matrix:
5959
rpios_types: [stretch, buster]
@@ -97,7 +97,7 @@ jobs:
9797
builder-cross:
9898
name: Cross GCC 32-bit Builder Pi[3+]
9999
needs: builder-base
100-
runs-on: ubuntu-latest
100+
runs-on: ubuntu-18.04
101101
strategy:
102102
matrix:
103103
gcc_versions: [6.3.0, 8.3.0, 9.3.0, 10.2.0]
@@ -142,7 +142,7 @@ jobs:
142142
builder-native:
143143
name: Native GCC 32-bit Builder Pi[3+]
144144
needs: [builder-base, builder-cross]
145-
runs-on: ubuntu-latest
145+
runs-on: ubuntu-18.04
146146
strategy:
147147
matrix:
148148
gcc_versions: [9.3.0, 10.2.0]

.github/workflows/builder_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
jobs:
5454
builder-base:
5555
name: Base GCC 64-bit Builder Pi[64]
56-
runs-on: ubuntu-latest
56+
runs-on: ubuntu-18.04
5757
strategy:
5858
matrix:
5959
gcc_versions: [6.3.0, 8.3.0]
@@ -101,7 +101,7 @@ jobs:
101101
builder-cross:
102102
name: Cross GCC 64-bit Builder Pi[64]
103103
needs: builder-base
104-
runs-on: ubuntu-latest
104+
runs-on: ubuntu-18.04
105105
strategy:
106106
matrix:
107107
gcc_versions: [6.3.0, 8.3.0, 9.3.0, 10.2.0]
@@ -148,7 +148,7 @@ jobs:
148148
builder-native:
149149
name: Native GCC 64-bit Builder Pi[64]
150150
needs: [builder-base, builder-cross]
151-
runs-on: ubuntu-latest
151+
runs-on: ubuntu-18.04
152152
strategy:
153153
matrix:
154154
gcc_versions: [9.3.0, 10.2.0]

.github/workflows/builder_x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ env:
5252
jobs:
5353
builder-x86_64:
5454
name: GCC x86_64 Builder Pi[Desktop]
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-18.04
5656
strategy:
5757
matrix:
5858
gcc_versions: [10.2.0]
@@ -96,7 +96,7 @@ jobs:
9696

9797
builder-x86:
9898
name: GCC x86 Builder Pi[Desktop]
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-18.04
100100
strategy:
101101
matrix:
102102
gcc_versions: [10.2.0]

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ env:
5555
jobs:
5656
builder-docs_root:
5757
name: Docs Root Deployer
58-
runs-on: ubuntu-latest
58+
runs-on: ubuntu-18.04
5959
steps:
6060
- uses: actions/checkout@v2
6161
- name: before_install
@@ -88,7 +88,7 @@ jobs:
8888

8989
builder-docs_base:
9090
name: Docs Base Deployer
91-
runs-on: ubuntu-latest
91+
runs-on: ubuntu-18.04
9292
steps:
9393
- uses: actions/checkout@v2
9494
- name: before_install
@@ -143,7 +143,7 @@ jobs:
143143

144144
builder-docs_main:
145145
name: Docs Main Deployer
146-
runs-on: ubuntu-latest
146+
runs-on: ubuntu-18.04
147147
steps:
148148
- uses: actions/checkout@v2
149149
- name: before_install
@@ -226,7 +226,7 @@ jobs:
226226

227227
builder-docs_experimental:
228228
name: Docs Root Deployer
229-
runs-on: ubuntu-latest
229+
runs-on: ubuntu-18.04
230230
steps:
231231
- uses: actions/checkout@v2
232232
- name: before_install

0 commit comments

Comments
 (0)