fix(ci): CircleCI / Azure Pipelines / GitLab (#1899)

* fix(ci): CircleCI

CircleCI does not support Intel macOS runners anymore.
c.f. https://discuss.circleci.com/t/macos-intel-support-deprecation-in-january-2024/48718

* fix(ci): Azure Pipelines

* fix(ci): GitLab
This commit is contained in:
Matthieu Darbois
2024-06-29 14:12:13 -04:00
committed by GitHub
parent 08165ffeed
commit 184d4e1280
8 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
python ./bin/run_tests.py
- job: macos_38
pool: {vmImage: 'macOS-11'}
pool: {vmImage: 'macOS-12'}
steps:
- task: UsePythonVersion@0
inputs: