Skip to content

Commit 4b65616

Browse files
authored
update github runners (#64)
1 parent cdc2462 commit 4b65616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
check-style:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
# actions/checkout@v2
1717
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [ ubuntu-20.04, macos-11 ]
30+
os: [ ubuntu-latest, macos-latest ]
3131
steps:
3232
# actions/checkout@v2
3333
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

0 commit comments

Comments
 (0)