File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
create-release :
13
- # Use Ubuntu 20.04 here, because latest (22.04) uses OpenSSL v3.
14
- # Currently OpenSSL v3 causes compile issues with openssl-sys
15
- # see: https://github.com/seanmonstar/reqwest/blob/master/.github/workflows/ci.yml#L207
16
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
17
14
steps :
18
15
- uses : actions/checkout@v3
19
16
- uses : taiki-e/create-gh-release-action@v1
@@ -28,11 +25,11 @@ jobs:
28
25
- windows-latest
29
26
include :
30
27
- target : aarch64-unknown-linux-gnu
31
- os : ubuntu-20.04
28
+ os : ubuntu-latest
32
29
- target : aarch64-apple-darwin
33
30
os : macos-latest
34
31
- target : x86_64-unknown-linux-gnu
35
- os : ubuntu-20.04
32
+ os : ubuntu-latest
36
33
- target : x86_64-apple-darwin
37
34
os : macos-latest
38
35
- target : universal-apple-darwin
You can’t perform that action at this time.
0 commit comments