mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
Remove minor version number from build target
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -131,15 +131,15 @@ jobs:
|
||||
include:
|
||||
- suffix: "-NoGPU"
|
||||
custom_glfw: true
|
||||
target: "x86_64-apple-macos12.6"
|
||||
target: "x86_64-apple-macos12"
|
||||
needs_update: false
|
||||
- suffix: ""
|
||||
custom_glfw: false
|
||||
target: "x86_64-apple-macos12.6"
|
||||
target: "x86_64-apple-macos12"
|
||||
needs_update: false
|
||||
- suffix: "-ARM"
|
||||
custom_glfw: false
|
||||
target: "arm64-apple-macos12.6"
|
||||
target: "arm64-apple-macos12"
|
||||
needs_update: true
|
||||
|
||||
name: 🍎 macOS 11.0${{matrix.suffix}}
|
||||
|
||||
Reference in New Issue
Block a user