Skip to content

Commit

Permalink
also remove mac from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
archbirdplus committed Jul 15, 2024
1 parent 73a407c commit 0b2d192
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ jobs:
uses: actions/checkout@v4
- name: Build and Test
run: sh ci/aarch64-linux-debug.sh
x86_64-macos-release:
runs-on: "macos-12"
env:
ARCH: "x86_64"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: ci/x86_64-macos-release.sh
x86_64-windows-debug:
runs-on: [self-hosted, Windows, x86_64]
env:
Expand Down

0 comments on commit 0b2d192

Please sign in to comment.