Skip to content

Commit 87e7103

Browse files
committed
Switch to github hosted mac arm runner for testing
1 parent 88d102d commit 87e7103

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mac-arm64.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ on:
77

88
jobs:
99
build:
10-
runs-on: [self-hosted, macOS, ARM64]
10+
runs-on: macos-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
with:
1414
submodules: true
1515

16+
- name: Dependencies
17+
run: |
18+
brew install cmake libomp rust
19+
1620
- name: Build
1721
run: |
1822
mkdir -p build

0 commit comments

Comments
 (0)