1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #401 from thaJeztah/bump_ubuntu

gha: update some actions to ubuntu 24.04
This commit is contained in:
Sebastiaan van Stijn
2026-01-08 11:57:23 +01:00
committed by GitHub
+4 -4
View File
@@ -19,7 +19,7 @@ env:
jobs:
validate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
@@ -114,7 +114,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
test-sandboxed:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Set up Docker Buildx
@@ -135,7 +135,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout
@@ -181,7 +181,7 @@ jobs:
files: ${{ env.DESTDIR }}/*
build-deb:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout