File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
# - install 1.10.LATEST
94
94
# - checks: version, non-cached
95
95
test-exact-version-basic :
96
- runs-on : ubuntu-latest
96
+ runs-on : ubuntu-22.04
97
97
env :
98
98
TARANTOOL_CACHE_KEY_SUFFIX : -C-${{ github.run_id }}
99
99
steps :
@@ -150,7 +150,7 @@ jobs:
150
150
# - install 1.10
151
151
# - checks: version, non-cached
152
152
test-exact-version-then-two-digit-version :
153
- runs-on : ubuntu-latest
153
+ runs-on : ubuntu-22.04
154
154
env :
155
155
TARANTOOL_CACHE_KEY_SUFFIX : -D-${{ github.run_id }}
156
156
steps :
@@ -196,7 +196,7 @@ jobs:
196
196
# - install 1.10
197
197
# - checks: version, cached
198
198
test-exact-version-latest-then-two-digit-version :
199
- runs-on : ubuntu-latest
199
+ runs-on : ubuntu-22.04
200
200
env :
201
201
TARANTOOL_CACHE_KEY_SUFFIX : -E-${{ github.run_id }}
202
202
steps :
@@ -243,7 +243,7 @@ jobs:
243
243
# - install 1.10 (nightly)
244
244
# - checks: version, cached
245
245
test-exact-version-nightly :
246
- runs-on : ubuntu-latest
246
+ runs-on : ubuntu-22.04
247
247
env :
248
248
TARANTOOL_CACHE_KEY_SUFFIX : -F-${{ github.run_id }}
249
249
steps :
You can’t perform that action at this time.
0 commit comments