Skip to content

Commit 87eee6f

Browse files
committed
ci: Specify 22.04 runner if needed
1 parent 55da13d commit 87eee6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
version-or-publish:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
timeout-minutes: 65
1212
outputs:
1313
change: ${{ steps.covector.outputs.change }}

.github/workflows/lint-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
clippy:
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-22.04
2828
strategy:
2929
fail-fast: false
3030

.github/workflows/msrv-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626

2727
jobs:
2828
msrv:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
strategy:
3131
fail-fast: false
3232

0 commit comments

Comments
 (0)