Skip to content

Commit 5e1143a

Browse files
committed
ci: run Linux on Ubuntu 20.04
Determinism is good.
1 parent 1409199 commit 5e1143a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# We need to build our own sccache until e6326bc8a20ee06af37e16a3a7a14e3374c66c66
99
# is in a released version.
1010
sccache:
11-
runs-on: 'ubuntu-latest'
11+
runs-on: 'ubuntu-20.04'
1212
steps:
1313
- name: Install System Dependencies
1414
run: |
@@ -35,7 +35,7 @@ jobs:
3535
~/.cargo/registry
3636
~/.cargo/git
3737
target
38-
key: ${{ runner.os }}-${{ steps.install-rust.outputs.rustc}}-sccache-${{ hashFiles('Cargo.lock') }}
38+
key: ${{ runner.os }}-20.04-${{ steps.install-rust.outputs.rustc}}-sccache-${{ hashFiles('Cargo.lock') }}
3939

4040
- name: Build sccache
4141
run: |
@@ -71,7 +71,7 @@ jobs:
7171

7272
needs:
7373
- sccache
74-
runs-on: 'ubuntu-latest'
74+
runs-on: 'ubuntu-20.04'
7575
env:
7676
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
7777
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)