mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-01-15 17:59:03 +00:00
build: remove x64 from macOS
This commit is contained in:
parent
b1dfb9c0ef
commit
3b004e793c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
||||
|
||||
build-mac:
|
||||
name: Build macOS
|
||||
runs-on: macos-13
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -129,7 +129,6 @@ jobs:
|
||||
- debug
|
||||
- release
|
||||
arch:
|
||||
- x64
|
||||
- arm64
|
||||
steps:
|
||||
- name: Check out files
|
||||
|
Loading…
x
Reference in New Issue
Block a user