Skip to content
Snippets Groups Projects
Unverified Commit 23278914 authored by Anna Balaeva's avatar Anna Balaeva Committed by Yaroslav Lobankov
Browse files

ci: change macos runners labels

Change runner label 'macos-11' to 'macos-11-self-hosted' and 'macos-12'
to 'macos-12-self-hosted' to distinguish between self-hosted and
GitHub-hosted runners.
We want to use only self-hosted macOS runners because of test-run problems
with python3.11 on GitHub-hosted macOS runners.

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci

(cherry picked from commit f991f7c0)
parent 9ed025a2
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ jobs:
( github.event_name != 'pull_request' ||
contains(github.event.pull_request.labels.*.name, 'full-ci') )
runs-on: macos-11
runs-on: [ macos-11-self-hosted, x86_64 ]
steps:
- name: Prepare checkout
......
......@@ -39,7 +39,7 @@ jobs:
( github.event_name != 'pull_request' ||
contains(github.event.pull_request.labels.*.name, 'full-ci') )
runs-on: macos-11-m1
runs-on: [ macos-11-self-hosted, aarch64 ]
steps:
- name: Prepare checkout
......
......@@ -39,7 +39,7 @@ jobs:
( github.event_name != 'pull_request' ||
contains(github.event.pull_request.labels.*.name, 'full-ci') )
runs-on: macos-11-m1
runs-on: [ macos-11-self-hosted, aarch64 ]
steps:
- name: Prepare checkout
......
......@@ -39,7 +39,7 @@ jobs:
( github.event_name != 'pull_request' ||
contains(github.event.pull_request.labels.*.name, 'full-ci') )
runs-on: macos-11
runs-on: [ macos-11-self-hosted, x86_64 ]
steps:
- name: Prepare checkout
......
......@@ -39,7 +39,7 @@ jobs:
( github.event_name != 'pull_request' ||
contains(github.event.pull_request.labels.*.name, 'full-ci') )
runs-on: macos-12
runs-on: [ macos-12-self-hosted, x86_64 ]
steps:
- name: Prepare checkout
......
......@@ -39,7 +39,7 @@ jobs:
( github.event_name != 'pull_request' ||
contains(github.event.pull_request.labels.*.name, 'full-ci') )
runs-on: macos-12
runs-on: [ macos-12-self-hosted, x86_64 ]
steps:
- name: Prepare checkout
......
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