Skip to content

Commit d206584

Browse files
committed
ci: bump ubuntu runner version
1. tarantool/setup-tarantool#36
1 parent d8bf12d commit d206584

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
luacheck:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
if: |
1111
github.event_name == 'push' ||
1212
github.event_name == 'pull_request' &&
@@ -26,7 +26,7 @@ jobs:
2626
run: ./.rocks/bin/luacheck .
2727

2828
golangci-lint:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
if: |
3131
github.event_name == 'push' ||
3232
github.event_name == 'pull_request' &&
@@ -50,7 +50,7 @@ jobs:
5050
args: -E goimports -D errcheck
5151

5252
codespell:
53-
runs-on: ubuntu-latest
53+
runs-on: ubuntu-22.04
5454
if: |
5555
github.event_name == 'push' ||
5656
github.event_name == 'pull_request' &&

.github/workflows/testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github.event.pull_request.head.repo.full_name != github.repository) ||
2222
(github.event_name == 'workflow_dispatch')
2323

24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525

2626
strategy:
2727
fail-fast: false
@@ -108,7 +108,7 @@ jobs:
108108
github.event.label.name == 'full-ci') ||
109109
(github.event_name == 'workflow_dispatch')
110110

111-
runs-on: ubuntu-latest
111+
runs-on: ubuntu-22.04
112112

113113
strategy:
114114
fail-fast: false

0 commit comments

Comments
 (0)