Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
* Stop using macos-12 since GitHub Actions no longer provides it.
* Start using macos-15.
* Update typos CLI to current version.
  • Loading branch information
waywardmonkeys committed Jan 8, 2025
1 parent f23baea commit d0115c3
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 @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14, macos-15]
toolchain: [stable]
include:
- os: macos-14
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: check typos
uses: crate-ci/typos@v1.23.6
uses: crate-ci/typos@v1.29.4
build_result:
name: Result
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0115c3

Please sign in to comment.