Skip to content

Commit 648aa10

Browse files
committed
Downgrade 'ubuntu-latest' to 'ubuntu-22.04' due to upstream issue in binfmt
1 parent d5ef6b5 commit 648aa10

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker_auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "[0-9]+.[0-9]+-dev[0-9]+"
77
jobs:
88
main:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
permissions:
1111
contents: read
1212
packages: write

.github/workflows/docker_description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
jobs:
1010
main:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
env:
1313
DOCKER_IMAGE: haproxytech/haproxy-ubuntu-quic
1414
steps:

.github/workflows/docker_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
jobs:
55
main:
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-22.04
77
permissions:
88
contents: read
99
packages: write

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
main:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Check out repo
1313
id: checkout

0 commit comments

Comments
 (0)