Update .github/workflows/build-macos.yml #106

Merged
gronod merged 1 commits from development into main 2026-08-25 22:43:51 +01:00
+2 -2
View File
@@ -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