Skip to content

Commit

Permalink
ci: try macos15
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 committed Nov 16, 2024
1 parent 8636121 commit 2168fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Update rust
Expand All @@ -22,4 +22,4 @@ jobs:
run: cargo build --verbose --features ci
- name: Run Tests
run: |
cargo test --verbose --features ci
cargo test

0 comments on commit 2168fbf

Please sign in to comment.