Skip to content

Commit

Permalink
fixing ubuntu versinos
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Nov 18, 2023
1 parent a3bc8e7 commit cd62491
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 @@ -54,11 +54,11 @@ jobs:
build: [linux, linux-static]
include:
- build: linux
os: ubuntu-18.04
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-gnu
- build: linux-static
os: ubuntu-18.04
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl

Expand Down

0 comments on commit cd62491

Please sign in to comment.