Skip to content

Commit 44213ba

Browse files
committed
pinnned workflow files to ubuntu 22.
1 parent 9f19338 commit 44213ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform:
15-
- ubuntu-latest
15+
- ubuntu-22.04
1616
# - macos-latest
1717
toolchain:
1818
- 1.75

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
check:
1111
name: Check
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout sources
1515
uses: actions/checkout@main

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: rustfmt
55
jobs:
66
fmt:
77
name: Rustfmt
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)