Skip to content

Commit 59f13ee

Browse files
upgrade release action to ubuntu-latest
1 parent 3e356cb commit 59f13ee

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ on:
1010

1111
jobs:
1212
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
1714
steps:
1815
- uses: actions/checkout@v3
1916
- uses: taiki-e/create-gh-release-action@v1
@@ -28,11 +25,11 @@ jobs:
2825
- windows-latest
2926
include:
3027
- target: aarch64-unknown-linux-gnu
31-
os: ubuntu-20.04
28+
os: ubuntu-latest
3229
- target: aarch64-apple-darwin
3330
os: macos-latest
3431
- target: x86_64-unknown-linux-gnu
35-
os: ubuntu-20.04
32+
os: ubuntu-latest
3633
- target: x86_64-apple-darwin
3734
os: macos-latest
3835
- target: universal-apple-darwin

0 commit comments

Comments
 (0)