Skip to content

Commit

Permalink
Update CI/CD Macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Dec 18, 2024
1 parent 773dd2d commit 6858d8c
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 @@ -92,12 +92,12 @@ jobs:
target: aarch64-unknown-linux-musl
name: aarch64-linux
- build: macos
os: macos-12
os: macos-latest
rust: stable
target: x86_64-apple-darwin
name: x86_64-macos
- build: macos-arm
os: macos-12
os: macos-latest
rust: stable
target: aarch64-apple-darwin
name: aarch64-macos
Expand Down

0 comments on commit 6858d8c

Please sign in to comment.