Skip to content

Commit

Permalink
Update to macos-latest from macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Dec 11, 2024
1 parent 1501d31 commit 0c94bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- ubuntu-latest
- macos-13 # Intel runner
- macos-14 # Apple Silicon runner
- macos-latest # Apple Silicon runner
- windows-latest
python-version:
- "8"
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
override: true

- run: rustup target add aarch64-apple-darwin
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-latest'

- name: run cargo tests
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 0c94bfb

Please sign in to comment.