Skip to content

Commit

Permalink
downgrade ubuntu-latest -> ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed May 10, 2024
1 parent bda8683 commit 082d2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04

runs-on: ${{ matrix.os }}
outputs:
Expand Down

0 comments on commit 082d2af

Please sign in to comment.