Skip to content

Commit

Permalink
Update CI to Ubuntu 20.04.
Browse files Browse the repository at this point in the history
Ubuntu 18.04 is no longer supported on Github actions.
  • Loading branch information
sunfishcode committed Mar 28, 2023
1 parent 1ee5281 commit f2e65b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [stable, windows-latest, windows-2019, macos-latest, macos-10.15, beta, ubuntu-18.04, aarch64-ubuntu]
build: [stable, windows-latest, windows-2019, macos-latest, macos-10.15, beta, ubuntu-20.04, aarch64-ubuntu]
include:
- build: stable
os: ubuntu-latest
Expand All @@ -221,8 +221,8 @@ jobs:
- build: beta
os: ubuntu-latest
rust: beta
- build: ubuntu-18.04
os: ubuntu-18.04
- build: ubuntu-20.04
os: ubuntu-20.04
rust: stable
- build: aarch64-ubuntu
os: ubuntu-latest
Expand Down Expand Up @@ -332,13 +332,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [ubuntu, ubuntu-18.04]
build: [ubuntu, ubuntu-20.04]
include:
- build: ubuntu
os: ubuntu-latest
rust: nightly
- build: ubuntu-18.04
os: ubuntu-18.04
- build: ubuntu-20.04
os: ubuntu-20.04
rust: nightly

env:
Expand Down

0 comments on commit f2e65b9

Please sign in to comment.