Skip to content

Commit

Permalink
update GitHub Actions runners (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco authored Dec 9, 2024
1 parent 2a3fb17 commit 0278974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-20.04, windows-2022, macos-12 ]
os: [ ubuntu-24.04, windows-2022, macos-14 ]
steps:
# actions/checkout@v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down

0 comments on commit 0278974

Please sign in to comment.