Skip to content

Commit

Permalink
disable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent 4cacdc0 commit b29b97e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
# artifact: windows-x64
# exe: hemtt.exe
# Intel Mac
- runner: macos-13
name: macos-x64
artifact: macos-x64
exe: hemtt
# ARM Mac
- runner: macos-latest
name: macos-arm
artifact: macos-arm64
exe: hemtt
# - runner: macos-13
# name: macos-x64
# artifact: macos-x64
# exe: hemtt
# # ARM Mac
# - runner: macos-latest
# name: macos-arm
# artifact: macos-arm64
# exe: hemtt
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit b29b97e

Please sign in to comment.