File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
15
15
jobs :
16
16
static_analysis :
17
17
name : Static analysis (lint)
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04-16
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v3
67
67
68
68
unit_tests :
69
69
name : Unit tests
70
- runs-on : ubuntu-latest
70
+ runs-on : ubuntu-22.04-16
71
71
steps :
72
72
- name : Checkout
73
73
uses : actions/checkout@v3
@@ -101,7 +101,7 @@ jobs:
101
101
# error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
102
102
# ref. https://github.com/sfackler/rust-openssl/issues/1748
103
103
# ref. https://doc.rust-lang.org/nightly/rustc/platform-support.html
104
- - os : ubuntu-20.04
104
+ - os : ubuntu-20.04-16
105
105
platform : linux
106
106
target : x86_64-unknown-linux-gnu
107
107
@@ -110,7 +110,7 @@ jobs:
110
110
#
111
111
# may require manual builds without cross-linker for linux
112
112
# https://users.rust-lang.org/t/cant-cross-compile-project-with-openssl/70922
113
- - os : ubuntu-20.04
113
+ - os : ubuntu-20.04-16
114
114
platform : linux
115
115
target : aarch64-unknown-linux-gnu
116
116
use-cross : true
@@ -119,11 +119,11 @@ jobs:
119
119
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run
120
120
experimental : true
121
121
122
- - os : macos-latest
122
+ - os : macos-latest-large
123
123
platform : darwin
124
124
target : x86_64-apple-darwin
125
125
126
- - os : macos-latest
126
+ - os : macos-latest-large
127
127
platform : darwin
128
128
target : aarch64-apple-darwin
129
129
You can’t perform that action at this time.
0 commit comments