Skip to content

Commit 268daa6

Browse files
committed
ci: use Ubuntu Jammy (22.04) for tests with 1.10
We have no 1.10 builds for Ubuntu Noble (24.04). Let's use Ubuntu Jammy for these tests.
1 parent ff54495 commit 268daa6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# - install 1.10.LATEST
9494
# - checks: version, non-cached
9595
test-exact-version-basic:
96-
runs-on: ubuntu-latest
96+
runs-on: ubuntu-22.04
9797
env:
9898
TARANTOOL_CACHE_KEY_SUFFIX: -C-${{ github.run_id }}
9999
steps:
@@ -150,7 +150,7 @@ jobs:
150150
# - install 1.10
151151
# - checks: version, non-cached
152152
test-exact-version-then-two-digit-version:
153-
runs-on: ubuntu-latest
153+
runs-on: ubuntu-22.04
154154
env:
155155
TARANTOOL_CACHE_KEY_SUFFIX: -D-${{ github.run_id }}
156156
steps:
@@ -196,7 +196,7 @@ jobs:
196196
# - install 1.10
197197
# - checks: version, cached
198198
test-exact-version-latest-then-two-digit-version:
199-
runs-on: ubuntu-latest
199+
runs-on: ubuntu-22.04
200200
env:
201201
TARANTOOL_CACHE_KEY_SUFFIX: -E-${{ github.run_id }}
202202
steps:
@@ -243,7 +243,7 @@ jobs:
243243
# - install 1.10 (nightly)
244244
# - checks: version, cached
245245
test-exact-version-nightly:
246-
runs-on: ubuntu-latest
246+
runs-on: ubuntu-22.04
247247
env:
248248
TARANTOOL_CACHE_KEY_SUFFIX: -F-${{ github.run_id }}
249249
steps:

0 commit comments

Comments
 (0)