We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6792760 commit 1d5c483Copy full SHA for 1d5c483
.github/workflows/_test_build_fake_prerelease.yaml
@@ -26,7 +26,7 @@ env:
26
jobs:
27
test-build-nix:
28
name: Test binary compilation for all platforms:arch
29
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
30
steps:
31
- uses: actions/checkout@v4
32
- run: |
build/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG UBUNTU_VERSION=16.04
+ARG UBUNTU_VERSION=24.04
2
3
# Use Ubuntu as the base image
4
FROM ubuntu:${UBUNTU_VERSION}
0 commit comments