Skip to content

Commit 04ce9e5

Browse files
committed
fix runner/image sequence
1 parent 1db483d commit 04ce9e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/conan-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
6565
6666
build_linux:
67-
runs-on: ${{ matrix.runs_on }}
68-
container:
69-
image: ${{ matrix.image }}
7067
strategy:
7168
matrix:
72-
- runs_on: [buildjet-8vcpu-ubuntu-2204, buildjet-8vcpu-ubuntu-2204-arm]
73-
- image: [ubuntu:22.04, debian:bookworm]
69+
runner: [buildjet-8vcpu-ubuntu-2204, buildjet-8vcpu-ubuntu-2204-arm]
70+
image: [ubuntu:22.04, debian:bookworm]
71+
runs-on: ${{ matrix.runner }}
72+
container:
73+
image: ${{ matrix.image }}
7474

7575
steps:
7676
- name: Checkout code

0 commit comments

Comments
 (0)