Skip to content

Commit

Permalink
test: locking the Ubuntu version as 22.04 to run
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyger authored and oleg-jukovec committed Oct 11, 2024
1 parent 8d1494e commit cbc8150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
luacheck:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request' &&
Expand All @@ -32,7 +32,7 @@ jobs:
run: ./.rocks/bin/luacheck .

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

codespell:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request' &&
Expand Down

0 comments on commit cbc8150

Please sign in to comment.