Skip to content

Commit

Permalink
Revert "ci: use ubuntu20.04 for Linux binaries"
Browse files Browse the repository at this point in the history
This reverts commit f98300d.
  • Loading branch information
eitsupi committed Sep 23, 2023
1 parent 4fb8415 commit 43a1008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- {os: ubuntu-latest, r: 'release'}
- {os: macos-latest, r: 'release', target: 'x86_64-apple-darwin'}
- {os: macos-latest, r: 'release', target: 'aarch64-apple-darwin'}
- {os: ubuntu-20.04, r: 'release', target: 'x86_64-unknown-linux-gnu'}
- {os: ubuntu-20.04, r: 'release', target: 'aarch64-unknown-linux-gnu'}
- {os: ubuntu-latest, r: 'release', target: 'x86_64-unknown-linux-gnu'}
- {os: ubuntu-latest, r: 'release', target: 'aarch64-unknown-linux-gnu'}

env:
RUNNER_TARGET: "${{ matrix.config.target }}"
Expand Down

0 comments on commit 43a1008

Please sign in to comment.