Skip to content

Commit e2494f3

Browse files
authored
Merge pull request #676 from pq-code-package/ubuntu-24.04-arm-github-runners
Test: Add Github ubuntu-24.04-arm runners
2 parents 5da9266 + a0db661 commit e2494f3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
name: Quickcheck lib
129129
strategy:
130130
matrix:
131-
system: [macos-latest, ubuntu-latest]
131+
system: [macos-latest, ubuntu-latest, ubuntu-24.04-arm]
132132
runs-on: ${{ matrix.system }}
133133
steps:
134134
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -139,7 +139,7 @@ jobs:
139139
name: Examples
140140
strategy:
141141
matrix:
142-
system: [macos-latest, ubuntu-latest]
142+
system: [macos-latest, ubuntu-latest, ubuntu-24.04-arm]
143143
runs-on: ${{ matrix.system }}
144144
steps:
145145
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -173,6 +173,10 @@ jobs:
173173
name: 'MacOS'
174174
arch: mac
175175
mode: native
176+
- runner: ubuntu-24.04-arm
177+
name: 'ubuntu-24.04-arm'
178+
arch: aarch64
179+
mode: native
176180
- runner: pqcp-arm64
177181
name: 'ubuntu-latest (aarch64)'
178182
arch: aarch64
@@ -269,6 +273,8 @@ jobs:
269273
target:
270274
- runner: pqcp-arm64
271275
name: 'aarch64'
276+
- runner: ubuntu-24.04-arm
277+
name: 'ubuntu-24.04-arm'
272278
- runner: ubuntu-latest
273279
name: 'x86_64'
274280
- runner: macos-latest

0 commit comments

Comments
 (0)