Skip to content
Snippets Groups Projects
Commit 2f1ae906 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

ci: reduce testing for macOS 12

We have the limited hardware resources with macOS 12, and full testing
is time-consuming. So let's check only the release build on the x86_64
platform.

NO_DOC=ci
NO_TEST=ci
NO_CHANGELOG=ci
parent 0e7e76e6
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 12, 13 ]
version: [ 13 ]
arch: [ x86_64, aarch64 ]
steps:
......
......@@ -46,8 +46,11 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 12, 13 ]
version: [ 13 ]
arch: [ x86_64, aarch64 ]
include:
- version: 12
arch: x86_64
steps:
- name: Prepare checkout
......
......@@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 12, 13 ]
version: [ 13 ]
arch: [ x86_64, aarch64 ]
steps:
......
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