Skip to content

Commit 99a2a9e

Browse files
committed
Update CI to Ubuntu 20.04.
Ubuntu 18.04 is no longer supported on Github actions.
1 parent b969658 commit 99a2a9e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
runs-on: ${{ matrix.os }}
202202
strategy:
203203
matrix:
204-
build: [stable, windows-latest, windows-2019, macos-latest, macos-10.15, beta, ubuntu-18.04, aarch64-ubuntu]
204+
build: [stable, windows-latest, windows-2019, macos-latest, macos-10.15, beta, ubuntu-20.04, aarch64-ubuntu]
205205
include:
206206
- build: stable
207207
os: ubuntu-latest
@@ -221,8 +221,8 @@ jobs:
221221
- build: beta
222222
os: ubuntu-latest
223223
rust: beta
224-
- build: ubuntu-18.04
225-
os: ubuntu-18.04
224+
- build: ubuntu-20.04
225+
os: ubuntu-20.04
226226
rust: stable
227227
- build: aarch64-ubuntu
228228
os: ubuntu-latest
@@ -332,13 +332,13 @@ jobs:
332332
runs-on: ${{ matrix.os }}
333333
strategy:
334334
matrix:
335-
build: [ubuntu, ubuntu-18.04]
335+
build: [ubuntu, ubuntu-20.04]
336336
include:
337337
- build: ubuntu
338338
os: ubuntu-latest
339339
rust: nightly
340-
- build: ubuntu-18.04
341-
os: ubuntu-18.04
340+
- build: ubuntu-20.04
341+
os: ubuntu-20.04
342342
rust: nightly
343343

344344
env:

0 commit comments

Comments
 (0)