Skip to content

Commit

Permalink
fix: set os to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
i0n committed Nov 11, 2024
1 parent c91e9dc commit de18f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable-x86_64-unknown-linux-gnu
- os: macos-latest
- os: macos-13
toolchain: stable-x86_64-apple-darwin
env:
- RUSTFLAGS: -C link-args=-framework CoreFoundation -framework Security -framework CoreServices
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
include:
- os: ubuntu-latest
toolchain: stable-x86_64-unknown-linux-gnu
- os: macos-latest
- os: macos-13
toolchain: stable-x86_64-apple-darwin
env:
- RUSTFLAGS: -C link-args=-framework CoreFoundation -framework Security -framework CoreServices
Expand Down

0 comments on commit de18f91

Please sign in to comment.