Skip to content

Commit d1f60e0

Browse files
committed
test: locking the Ubuntu version as 22.04 to run
1 parent 59aa1a3 commit d1f60e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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' &&
@@ -32,7 +32,7 @@ jobs:
3232
run: ./.rocks/bin/luacheck .
3333

3434
golangci-lint:
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
if: |
3737
github.event_name == 'push' ||
3838
github.event_name == 'pull_request' &&
@@ -57,7 +57,7 @@ jobs:
5757
args: --out-${NO_FUTURE}format colored-line-number --config=.golangci.yaml
5858

5959
codespell:
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-22.04
6161
if: |
6262
github.event_name == 'push' ||
6363
github.event_name == 'pull_request' &&

0 commit comments

Comments
 (0)