From fd3375394b199effd44c2a0942fdb8960acf88b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Brand=C3=A9ho?= Date: Tue, 23 Apr 2024 17:38:12 +0200 Subject: [PATCH] pin macos version for CI (#3145) * fix macos version for CI * pin macos to 12 for CI * replace macos-latest with macos-12 --- .github/workflows/benchmarks.yml | 6 +++--- .github/workflows/integration_tests.yml | 6 +++--- .github/workflows/unit_tests.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index a06788607..5de54a528 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -82,7 +82,7 @@ jobs: fail-fast: false matrix: # Show OS combos first in GUI - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-12] python-version: ['3.8.18', '3.9.18', '3.10.13', '3.11.5', '3.12.0'] exclude: - os: windows-latest @@ -98,7 +98,7 @@ jobs: python-version: '3.9.18' - os: macos-latest python-version: '3.10.13' - - os: macos-latest + - os: macos-12 python-version: '3.12.0' include: - os: windows-latest @@ -170,7 +170,7 @@ jobs: fail-fast: false matrix: # Show OS combos first in GUI - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-12] python-version: ['3.11.5'] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 1929f206d..b1b622cb2 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: # Show OS combos first in GUI - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-12] python-version: ['3.8.18', '3.9.18', '3.10.13', '3.11.5', '3.12.0'] exclude: - os: windows-latest @@ -111,8 +111,8 @@ jobs: fail-fast: false matrix: # Show OS combos first in GUI - os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.10.10', '3.11.4'] + os: [ubuntu-latest, windows-latest, macos-12] + python-version: ['3.10.11', '3.11.4'] env: REFLEX_WEB_WINDOWS_OVERRIDE: '1' diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 528dd3dff..3d3e091dd 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-12] python-version: ['3.8.18', '3.9.18', '3.10.13', '3.11.5', '3.12.0'] # Windows is a bit behind on Python version availability in Github exclude: