Skip to content

Commit

Permalink
Build on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Aug 26, 2024
1 parent 9402a71 commit 93f3e93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,27 @@ jobs:
- linux-arm64-musl
include:
- name: linux-x86-64-gnu
os: ubuntu-20.04
os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
platform: ~

- name: linux-armv7-gnu
os: ubuntu-20.04
os: ubuntu-22.04
target: armv7-unknown-linux-gnueabihf
platform: ~

- name: linux-arm64-gnu
os: ubuntu-20.04
os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
platform: ~

- name: linux-x86-64-musl
os: ubuntu-20.04
os: ubuntu-22.04
target: x86_64-unknown-linux-musl
platform: amd64

- name: linux-arm64-musl
os: ubuntu-20.04
os: ubuntu-22.04
target: aarch64-unknown-linux-musl
platform: arm64

Expand Down

0 comments on commit 93f3e93

Please sign in to comment.