Skip to content

Commit

Permalink
fix: build linux on ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel authored Jun 7, 2024
1 parent bb550fc commit ffdf33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# a list of all the targets
include:
- TARGET: x86_64-unknown-linux-gnu # tested in a debian container on a mac
OS: ubuntu-latest
OS: ubuntu-20.04
- TARGET: x86_64-apple-darwin # tested on a mac
OS: macos-14
- TARGET: aarch64-apple-darwin
Expand Down

0 comments on commit ffdf33e

Please sign in to comment.