File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
jobs :
20
20
audit :
21
21
name : Security audit
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-20.04
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
job :
18
18
- os : macos-latest
19
19
target : x86_64-apple-darwin
20
- - os : ubuntu-latest
20
+ - os : ubuntu-20.04
21
21
target : x86_64-unknown-linux-gnu
22
22
- os : windows-latest
23
23
target : x86_64-pc-windows-msvc
24
24
binary-postfix : " .exe"
25
- - os : ubuntu-latest
25
+ - os : ubuntu-20.04
26
26
target : aarch64-unknown-linux-gnu
27
27
cross : true
28
28
- os : macos-latest
69
69
70
70
# publish-cratesio:
71
71
# name: Publishing to Crates.io
72
- # runs-on: ubuntu-latest
72
+ # runs-on: ubuntu-20.04
73
73
# steps:
74
74
# - name: Checkout repository
75
75
# uses: actions/checkout@v3
Original file line number Diff line number Diff line change 26
26
job :
27
27
- os : macos-latest
28
28
os-name : macos
29
- - os : ubuntu-latest
29
+ - os : ubuntu-20.04
30
30
os-name : linux
31
31
- os : windows-latest
32
32
os-name : windows
46
46
args : --dry-run
47
47
steps :
48
48
- name : Install dependencies
49
- if : ${{ matrix.job.os == 'ubuntu-latest ' }}
49
+ if : ${{ matrix.job.os == 'ubuntu-20.04 ' }}
50
50
run : |
51
51
sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/' /etc/apt/sources.list
52
52
sudo apt-get update
You can’t perform that action at this time.
0 commit comments