Skip to content

Commit

Permalink
chore: update to 22:04 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Jan 10, 2025
1 parent dc0ec4d commit f6bcd45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
]
include:
- arch: x86_64-unknown-linux-gnu
platform: ubuntu-latest
platform: ubuntu-24.04
- arch: aarch64-unknown-linux-gnu
platform: ubuntu-latest
platform: ubuntu-24.04
- arch: x86_64-apple-darwin
platform: macos-latest
- arch: aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.x86_64-unknown-linux-gnu]
image = "ubuntu:22.04"
image = "ubuntu:24.04"
pre-build = [
"export DEBIAN_FRONTEND=noninteractive",
"export TZ=Etc/UTC",
Expand Down

0 comments on commit f6bcd45

Please sign in to comment.