Skip to content

Commit

Permalink
fix .github
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaton committed Jan 20, 2025
1 parent 821d158 commit 7cb3afc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
run-unit-benchmarks:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
version: ["2.10.6", "2.11.0", "2.11.2"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:

jobs:
run-luacheck-linter:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: tarantool/setup-tarantool@v3
with:
tarantool-version: '2.10.4'
tarantool-version: '2.10'

- name: install tarantool/luacheck and execute it
run: tarantoolctl rocks install luacheck && .rocks/bin/luacheck .
4 changes: 2 additions & 2 deletions .github/workflows/push-rockspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ env:

jobs:
pack-and-push-tagged-rockspec:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4
- uses: tarantool/setup-tarantool@v3
with:
tarantool-version: '2.10.6'
tarantool-version: '2.10'

# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
run-unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
version: ["1.10.15", "2.10.6", "2.11.0", "2.11.2"]
Expand Down

0 comments on commit 7cb3afc

Please sign in to comment.