Skip to content

Commit ce4df0d

Browse files
committed
fix: with both temporary fixes for docker/setup-qemu-action#198
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 32472a8 commit ce4df0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
opencv:
1414
name: opencv
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
permissions:
1717
packages: write
1818
contents: read
@@ -96,7 +96,7 @@ jobs:
9696

9797
opencv-static:
9898
name: opencv-static
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-22.04
100100
permissions:
101101
packages: write
102102
contents: read

0 commit comments

Comments
 (0)