Skip to content

Commit

Permalink
Switch mac arm test to github hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 23, 2024
1 parent d605632 commit 8485aaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ on:

jobs:
build:
runs-on: [self-hosted, macOS, ARM64]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Dependencies
run: |
brew install -f cmake libomp rust
- name: Build
run: |
mkdir -p build
Expand Down

0 comments on commit 8485aaf

Please sign in to comment.