1
0
mirror of synced 2025-02-02 04:17:56 +01:00

Fixed target again

This commit is contained in:
WerWolv 2023-11-03 14:06:08 +01:00
parent aa72cd4d24
commit 64185a0d2f

View File

@ -131,15 +131,15 @@ jobs:
include:
- suffix: "-NoGPU"
custom_glfw: true
target: "x86_64-apple-macos12.7"
target: "x86_64-apple-macos12.6"
needs_update: false
- suffix: ""
custom_glfw: false
target: "x86_64-apple-macos12.7"
target: "x86_64-apple-macos12.6"
needs_update: false
- suffix: "-ARM"
custom_glfw: false
target: "arm64-apple-macos12.7"
target: "arm64-apple-macos12.6"
needs_update: true
name: 🍎 macOS 11.0${{matrix.suffix}}