Skip to content

Commit

Permalink
Switch to ubuntu-20.04 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Aug 20, 2022
1 parent 099f911 commit 00b0089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Expand Up @@ -31,13 +31,13 @@ jobs:
- os: windows-latest
target: aarch64-pc-windows-msvc
code-target: win32-arm64
- os: ubuntu-18.04
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
code-target: linux-x64
- os: ubuntu-18.04
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
- os: ubuntu-18.04
- os: ubuntu-20.04
target: arm-unknown-linux-gnueabihf
code-target: linux-armhf
- os: macos-11
Expand Down

0 comments on commit 00b0089

Please sign in to comment.