Skip to content
Snippets Groups Projects
Commit f52d93da authored by AlQuemist's avatar AlQuemist
Browse files

GitLab-CI: rename jobs and tags for Mac CI-machines [MacOS]

parent 86282b19
No related branches found
No related tags found
1 merge request!1499Major Improvements to the CI mechanism
...@@ -46,9 +46,9 @@ versiondocs: ...@@ -46,9 +46,9 @@ versiondocs:
- hugo - hugo
- cp -fr public/* ~www/ba/www/ - cp -fr public/* ~www/ba/www/
mac10_15: mac_x64:
tags: tags:
- mac_amd - mac_x64
stage: build stage: build
before_script: before_script:
# obtain nr of logical CPUs via `sysctl hw.logicalcpu` # obtain nr of logical CPUs via `sysctl hw.logicalcpu`
...@@ -72,9 +72,9 @@ mac10_15: ...@@ -72,9 +72,9 @@ mac10_15:
- build/PythonPackage/py*/wheel/*.whl - build/PythonPackage/py*/wheel/*.whl
expire_in: 10 days expire_in: 10 days
mac12_2: mac_arm:
tags: tags:
- mac_M1 - mac_arm
stage: build stage: build
before_script: before_script:
- QTDIR="/opt/homebrew/opt/qt" - QTDIR="/opt/homebrew/opt/qt"
......
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