We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f604eec commit 91b2236Copy full SHA for 91b2236
.github/workflows/ci.yml
@@ -27,9 +27,9 @@ concurrency:
27
jobs:
28
test-linux:
29
name: Test
30
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
31
container:
32
- image: registry.gitlab.com/finestructure/spi-base:1.1.1
+ image: registry.gitlab.com/finestructure/spi-base:1.1.1-arm
33
options: --privileged
34
services:
35
postgres:
@@ -64,7 +64,7 @@ jobs:
64
name: Release build
65
runs-on: ubuntu-latest
66
67
68
69
steps:
70
- name: GH Runner bug workaround
0 commit comments