Skip to content

Commit 71ae488

Browse files
authored
Use ubuntu-20.04 runner for Linux releases
1 parent 3901e07 commit 71ae488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- { target: aarch64-apple-darwin , os: macos-latest , jreleaser_platform: osx-aarch_64 }
7070
- { target: x86_64-apple-darwin , os: macos-latest , jreleaser_platform: osx-x86_64 }
7171
- { target: x86_64-pc-windows-msvc , os: windows-latest, jreleaser_platform: windows-x86_64 }
72-
- { target: x86_64-unknown-linux-gnu , os: self-hosted , jreleaser_platform: linux-x86_64 }
72+
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , jreleaser_platform: linux-x86_64 }
7373
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04 , use-cross: true, jreleaser_platform: linux-aarch_64 }
7474
runs-on: ${{ matrix.job.os }}
7575
steps:

0 commit comments

Comments
 (0)