Skip to content

Commit d590a75

Browse files
committed
fix: remove non-free macos runner
1 parent 8c939bf commit d590a75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
- os: windows-latest
2323
target: x86_64-pc-windows-msvc
2424
binary_extension: '.exe'
25-
- os: macos-latest-xlarge
26-
target: aarch64-apple-darwin
27-
binary_extension: ''
25+
2826
runs-on: ${{ matrix.os }}
2927
permissions:
3028
contents: write

0 commit comments

Comments
 (0)