Skip to content
Snippets Groups Projects
Commit 6c867708 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Try tags without hyphens?

Ugh.
parent 6175ad61
No related branches found
No related tags found
No related merge requests found
Pipeline #7075 failed
......@@ -70,14 +70,14 @@ include:
inputs:
os: 'darwin'
platform: 'x86'
tagname: 'macOS-x86'
tagname: 'x86macOS'
gnu_make: 'make'
build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
- local: '.gitlab-ci-unix.yml'
inputs:
os: 'darwin'
platform: 'aarch64'
tagname: 'macOS-aarch64'
tagname: 'aarch64macOS'
gnu_make: 'make'
build_flags: 'RELEASE=1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment