We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415f3dc commit b3bc7b4Copy full SHA for b3bc7b4
.github/workflows/ci.yml
@@ -156,13 +156,13 @@ jobs:
156
157
apt:
158
name: apt
159
- runs-on: ubuntu-${{matrix.ubuntu}}
+ runs-on: ubuntu-20.04
160
strategy:
161
fail-fast: false
162
matrix:
163
include:
164
- - {ubuntu: 18.04, mpi: mpich, rust: beta}
165
- - {ubuntu: 20.04, mpi: openmpi, rust: stable}
+ - {mpi: mpich, rust: beta}
+ - {mpi: openmpi, rust: stable}
166
steps:
167
- name: Checkout repository
168
uses: actions/checkout@v2
@@ -236,7 +236,7 @@ jobs:
236
237
msrv:
238
name: Minimal Supported Rust Version
239
- runs-on: ubuntu-18.04
240
241
242
0 commit comments