File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
jobs :
27
27
lint-rust :
28
28
name : Lint Rust
29
- runs-on : " ubuntu-latest "
29
+ runs-on : " ubuntu-20.04 "
30
30
permissions :
31
31
# # Allow this job to potentially cancel the running workflow (on failure)
32
32
actions : write
53
53
# # This is separated out to remove full integration tests dependencies on windows/mac builds
54
54
build-rust-ubuntu :
55
55
name : Build Spin Ubuntu
56
- runs-on : ubuntu-latest
56
+ runs-on : ubuntu-20.04
57
57
steps :
58
58
- uses : actions/checkout@v3
59
59
77
77
78
78
build-spin-static :
79
79
name : Build Spin static
80
- runs-on : ubuntu-latest
80
+ runs-on : ubuntu-20.04
81
81
strategy :
82
82
matrix :
83
83
config :
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284
284
# # statically linked spin binaries
285
285
build-spin-static :
286
286
name : Build Spin static
287
- runs-on : ubuntu-latest
287
+ runs-on : ubuntu-20.04
288
288
permissions :
289
289
# cosign uses the GitHub OIDC token
290
290
id-token : write
You can’t perform that action at this time.
0 commit comments