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

ci: bump runners to ubuntu-22.04

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-05-27 15:51:14 +02:00
parent 4ede49ca78
commit 2749e559d9
+4 -4
View File
@@ -19,7 +19,7 @@ env:
jobs:
validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@@ -104,7 +104,7 @@ jobs:
file: ./coverage.txt
test-sandboxed:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
@@ -127,7 +127,7 @@ jobs:
file: ${{ env.DESTDIR }}//coverage.txt
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
@@ -173,7 +173,7 @@ jobs:
files: ${{ env.DESTDIR }}/*
build-deb:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout