Skip to content

Commit 39e19bc

Browse files
committed
ci: run series-2 and series-3 tests on arm64
1 parent 8b72738 commit 39e19bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ jobs:
296296
# This test case installs tarantool of series-2 and series-3
297297
# using one/two/three digit version specifier.
298298
#
299+
# Runs on amd64 and arm64 architecture.
300+
#
299301
# It performs the following steps and checks.
300302
#
301303
# - install tarantool
@@ -314,7 +316,8 @@ jobs:
314316
- '3'
315317
- '3.0'
316318
- '3.0.0'
317-
runs-on: ubuntu-latest
319+
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
320+
runs-on: ${{ matrix.runs-on }}
318321
env:
319322
# github.run_id is the same across different jobs created
320323
# from the same matrix.

0 commit comments

Comments
 (0)