Skip to content

Commit

Permalink
ci(build): use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotsx committed Feb 16, 2024
1 parent 40abf6d commit fe9e5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
matrix:
platform:
- release_for: linux-aarch64
os: ubuntu-18.04
os: ubuntu-latest
target: aarch64-unknown-linux-musl
bin: runtipi-cli
name: runtipi-cli-linux-aarch64
command: build

- release_for: linux-x86_64
os: ubuntu-18.04
os: ubuntu-latest
target: x86_64-unknown-linux-musl
bin: runtipi-cli
name: runtipi-cli-linux-x86_64
Expand Down

0 comments on commit fe9e5fd

Please sign in to comment.