Update .github/workflows/build-macos.yml #106
@@ -23,11 +23,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- name: Intel
|
- name: Intel
|
||||||
os: macos-13
|
os: macos-15-intel
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
binary_dir: macos-x86_64
|
binary_dir: macos-x86_64
|
||||||
- name: Apple Silicon
|
- name: Apple Silicon
|
||||||
os: macos-14
|
os: macos-15
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
binary_dir: macos-aarch64
|
binary_dir: macos-aarch64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user