Skip to content

Commit

Permalink
ci: Specify 22.04 runner if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Dec 10, 2024
1 parent 55da13d commit 87eee6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
version-or-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 65
outputs:
change: ${{ steps.covector.outputs.change }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
clippy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
msrv:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false

Expand Down

0 comments on commit 87eee6f

Please sign in to comment.