Skip to content

Commit

Permalink
ci: use ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 23, 2024
1 parent 8150786 commit 57f5e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency: lint

steps:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
poetry run shellcheck `git ls-files "*.sh"`
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ lint ]
concurrency: test

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: ./lib/bashunit --parallel `git ls-files "tests/*.sh"`

release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ test ]
concurrency: release

Expand Down

0 comments on commit 57f5e0f

Please sign in to comment.