Skip to content

Commit 62c7a8d

Browse files
mkannwischerhanno-becker
authored andcommitted
CI: Switch from pqcp-x64 to ubuntu-latest
We are expierencing issues with pacp-x64 runners not picking up jobs. This commit switches to use Github's runners instead. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 73c96f6 commit 62c7a8d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ jobs:
5252
arch: ppc64le
5353
mode: cross-ppc64le
5454
nix_shell: ci-cross-ppc64le
55-
- runner: pqcp-x64
55+
- runner: ubuntu-latest
5656
name: 'ubuntu-latest (x86_64)'
5757
arch: x86_64
5858
mode: native
5959
nix_shell: ci
60-
- runner: pqcp-x64
60+
- runner: ubuntu-latest
6161
name: 'ubuntu-latest (x86_64)'
6262
arch: aarch64
6363
mode: cross-aarch64
6464
nix_shell: ci-cross-aarch64
65-
- runner: pqcp-x64
65+
- runner: ubuntu-latest
6666
name: 'ubuntu-latest (x86_64)'
6767
arch: aarch64_be
6868
mode: cross-aarch64_be
@@ -110,23 +110,23 @@ jobs:
110110
}}
111111
- {external: true,
112112
target: {
113-
runner: pqcp-x64,
113+
runner: ubuntu-latest,
114114
name: 'ubuntu-latest (x86_64)',
115115
arch: x86_64,
116116
mode: native,
117117
nix_shell: ci
118118
}}
119119
- {external: true,
120120
target: {
121-
runner: pqcp-x64,
121+
runner: ubuntu-latest,
122122
name: 'ubuntu-latest (x86_64)',
123123
arch: aarch64,
124124
mode: cross-aarch64,
125125
nix_shell: ci-cross-aarch64
126126
}}
127127
- {external: true,
128128
target: {
129-
runner: pqcp-x64,
129+
runner: ubuntu-latest,
130130
name: 'ubuntu-latest (x86_64)',
131131
arch: aarch64_be,
132132
mode: cross-aarch64_be,
@@ -413,7 +413,7 @@ jobs:
413413
external:
414414
- ${{ github.repository_owner != 'pq-code-package' }}
415415
target:
416-
- runner: pqcp-x64
416+
- runner: ubuntu-latest
417417
name: x86_64
418418
- runner: ubuntu-24.04-arm
419419
name: aarch64
@@ -448,7 +448,7 @@ jobs:
448448
target:
449449
- runner: ubuntu-24.04-arm
450450
name: 'ubuntu-latest (aarch64)'
451-
- runner: pqcp-x64
451+
- runner: ubuntu-latest
452452
name: 'ubuntu-latest (x86_64)'
453453
exclude:
454454
- {external: true,
@@ -458,7 +458,7 @@ jobs:
458458
}}
459459
- {external: true,
460460
target: {
461-
runner: pqcp-x64,
461+
runner: ubuntu-latest,
462462
name: 'ubuntu-latest (x86_64)',
463463
}}
464464
runs-on: ${{ matrix.target.runner }}

0 commit comments

Comments
 (0)