Skip to content

Commit

Permalink
update ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbenamram committed Apr 3, 2024
1 parent 0419532 commit 2214d57
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 @@ -72,11 +72,11 @@ jobs:
build: [linux, linux-static, macos, macos-m1, windows]
include:
- build: linux
os: ubuntu-latest
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-gnu
- build: linux-static
os: ubuntu-latest
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-musl
- build: macos-m1
Expand Down

0 comments on commit 2214d57

Please sign in to comment.