Skip to content

Commit

Permalink
update github runners (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Sep 27, 2024
1 parent cdc2462 commit 4b65616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
check-style:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
# actions/checkout@v2
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, macos-11 ]
os: [ ubuntu-latest, macos-latest ]
steps:
# actions/checkout@v2
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Expand Down

0 comments on commit 4b65616

Please sign in to comment.