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 8b72738 commit 39e19bcCopy full SHA for 39e19bc
.github/workflows/test.yml
@@ -296,6 +296,8 @@ jobs:
296
# This test case installs tarantool of series-2 and series-3
297
# using one/two/three digit version specifier.
298
#
299
+ # Runs on amd64 and arm64 architecture.
300
+ #
301
# It performs the following steps and checks.
302
303
# - install tarantool
@@ -314,7 +316,8 @@ jobs:
314
316
- '3'
315
317
- '3.0'
318
- '3.0.0'
- runs-on: ubuntu-latest
319
+ runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
320
+ runs-on: ${{ matrix.runs-on }}
321
env:
322
# github.run_id is the same across different jobs created
323
# from the same matrix.
0 commit comments