From b89d3824cf4e41b2e2a7c16ea83de5a63735de4a Mon Sep 17 00:00:00 2001 From: BrunoLiegiBastonLiegi Date: Tue, 11 Jun 2024 10:40:20 +0200 Subject: [PATCH] build: trying with macos-12 --- .github/workflows/deploy.yml | 2 +- .github/workflows/rules.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb9c6c22f9..2e64ee0e10 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] python-version: [ 3.9, '3.10', '3.11', '3.12'] uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main with: diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index 0f73af82c1..460a7ae328 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -13,7 +13,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'run-workflow') || github.event_name == 'push' strategy: matrix: - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] python-version: [ 3.9, '3.10', '3.11', '3.12'] uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main with: