Skip to content

Commit 7cb3afc

Browse files
committed
fix .github
1 parent 821d158 commit 7cb3afc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
run-unit-benchmarks:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
1111
version: ["2.10.6", "2.11.0", "2.11.2"]

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55

66
jobs:
77
run-luacheck-linter:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: tarantool/setup-tarantool@v3
1212
with:
13-
tarantool-version: '2.10.4'
13+
tarantool-version: '2.10'
1414

1515
- name: install tarantool/luacheck and execute it
1616
run: tarantoolctl rocks install luacheck && .rocks/bin/luacheck .

.github/workflows/push-rockspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ env:
1010

1111
jobs:
1212
pack-and-push-tagged-rockspec:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
if: startsWith(github.ref, 'refs/tags')
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: tarantool/setup-tarantool@v3
1818
with:
19-
tarantool-version: '2.10.6'
19+
tarantool-version: '2.10'
2020

2121
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
2222
- name: Set env

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
run-unit-tests:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
1111
version: ["1.10.15", "2.10.6", "2.11.0", "2.11.2"]

0 commit comments

Comments
 (0)