Skip to content

Commit

Permalink
fix: macos runner (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Jul 7, 2024
1 parent 34b3872 commit 25a1441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
}
- {
NAME: darwin-x64,
OS: macos-11,
OS: macos-13,
TOOLCHAIN: stable,
TARGET: x86_64-apple-darwin,
}
- {
NAME: darwin-arm64,
OS: macos-11,
OS: macos-13,
TOOLCHAIN: stable,
TARGET: aarch64-apple-darwin,
}
Expand Down

0 comments on commit 25a1441

Please sign in to comment.