File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
name : Quickcheck lib
129
129
strategy :
130
130
matrix :
131
- system : [macos-latest, ubuntu-latest]
131
+ system : [macos-latest, ubuntu-latest, ubuntu-24.04-arm ]
132
132
runs-on : ${{ matrix.system }}
133
133
steps :
134
134
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -139,7 +139,7 @@ jobs:
139
139
name : Examples
140
140
strategy :
141
141
matrix :
142
- system : [macos-latest, ubuntu-latest]
142
+ system : [macos-latest, ubuntu-latest, ubuntu-24.04-arm ]
143
143
runs-on : ${{ matrix.system }}
144
144
steps :
145
145
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -173,6 +173,10 @@ jobs:
173
173
name : ' MacOS'
174
174
arch : mac
175
175
mode : native
176
+ - runner : ubuntu-24.04-arm
177
+ name : ' ubuntu-24.04-arm'
178
+ arch : aarch64
179
+ mode : native
176
180
- runner : pqcp-arm64
177
181
name : ' ubuntu-latest (aarch64)'
178
182
arch : aarch64
@@ -269,6 +273,8 @@ jobs:
269
273
target :
270
274
- runner : pqcp-arm64
271
275
name : ' aarch64'
276
+ - runner : ubuntu-24.04-arm
277
+ name : ' ubuntu-24.04-arm'
272
278
- runner : ubuntu-latest
273
279
name : ' x86_64'
274
280
- runner : macos-latest
You can’t perform that action at this time.
0 commit comments