Skip to content

Commit 91b2236

Browse files
committed
See if this is an x86 issue
1 parent f604eec commit 91b2236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ concurrency:
2727
jobs:
2828
test-linux:
2929
name: Test
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04-arm
3131
container:
32-
image: registry.gitlab.com/finestructure/spi-base:1.1.1
32+
image: registry.gitlab.com/finestructure/spi-base:1.1.1-arm
3333
options: --privileged
3434
services:
3535
postgres:
@@ -64,7 +64,7 @@ jobs:
6464
name: Release build
6565
runs-on: ubuntu-latest
6666
container:
67-
image: registry.gitlab.com/finestructure/spi-base:1.1.1
67+
image: registry.gitlab.com/finestructure/spi-base:1.1.1-arm
6868
options: --privileged
6969
steps:
7070
- name: GH Runner bug workaround

0 commit comments

Comments
 (0)