Skip to content

Commit 1d5c483

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 6792760 commit 1d5c483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_test_build_fake_prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
2727
test-build-nix:
2828
name: Test binary compilation for all platforms:arch
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v4
3232
- run: |

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UBUNTU_VERSION=16.04
1+
ARG UBUNTU_VERSION=24.04
22

33
# Use Ubuntu as the base image
44
FROM ubuntu:${UBUNTU_VERSION}

0 commit comments

Comments
 (0)