Skip to content

Commit 0c0293f

Browse files
committed
[CI] oldubuntu
1 parent c1d7013 commit 0c0293f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
tests:
5858
strategy:
5959
matrix:
60-
os: ["ubuntu-20.04", "windows-2019"]
60+
os: ["ubuntu-18.04", "windows-2019"]
6161
fail-fast: false
6262
runs-on: ${{ matrix.os }}
6363
steps:
@@ -67,7 +67,7 @@ jobs:
6767
toolchain: nightly
6868
override: true
6969
- name: Compile tests (Linux)
70-
if: matrix.os == 'ubuntu-20.04'
70+
if: matrix.os == 'ubuntu-18.04'
7171
run: |
7272
rm -r .cargo
7373
cd minion-tests
@@ -81,7 +81,7 @@ jobs:
8181
rustup target add x86_64-pc-windows-gnu
8282
cargo build -Zunstable-options --out-dir=../out --target=x86_64-pc-windows-gnu
8383
- name: Run tests (Linux)
84-
if: matrix.os == 'ubuntu-20.04'
84+
if: matrix.os == 'ubuntu-18.04'
8585
timeout-minutes: 3
8686
run: |
8787
# temp

0 commit comments

Comments
 (0)