Skip to content

Commit b3bc7b4

Browse files
committed
CI: replace ubuntu 18.04->20.04
1 parent 415f3dc commit b3bc7b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ jobs:
156156

157157
apt:
158158
name: apt
159-
runs-on: ubuntu-${{matrix.ubuntu}}
159+
runs-on: ubuntu-20.04
160160
strategy:
161161
fail-fast: false
162162
matrix:
163163
include:
164-
- {ubuntu: 18.04, mpi: mpich, rust: beta}
165-
- {ubuntu: 20.04, mpi: openmpi, rust: stable}
164+
- {mpi: mpich, rust: beta}
165+
- {mpi: openmpi, rust: stable}
166166
steps:
167167
- name: Checkout repository
168168
uses: actions/checkout@v2
@@ -236,7 +236,7 @@ jobs:
236236

237237
msrv:
238238
name: Minimal Supported Rust Version
239-
runs-on: ubuntu-18.04
239+
runs-on: ubuntu-20.04
240240
strategy:
241241
fail-fast: false
242242
steps:

0 commit comments

Comments
 (0)