From 618e23a452c3ba33b513fc11fcd66c706cd8891e Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Tue, 1 Oct 2024 18:08:44 +0530 Subject: [PATCH] tested e2e for macos13 --- .github/workflows/test-python.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 3c449c914..ad2226957 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13] python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3] exclude: - os: ubuntu-22.04 @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13] python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3] exclude: - os: ubuntu-22.04 @@ -99,7 +99,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13] python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3] exclude: - os: ubuntu-22.04 @@ -138,7 +138,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13] python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, '==3.12.3'] exclude: - os: ubuntu-22.04 @@ -182,7 +182,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13] python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3] exclude: - os: ubuntu-22.04 @@ -226,7 +226,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13] steps: - name: Checkout uses: actions/checkout@v4 @@ -260,7 +260,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-24.04] + os: [macos-latest, windows-latest, ubuntu-24.04, macos-13] steps: - name: Checkout uses: actions/checkout@v4 @@ -288,7 +288,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-24.04] + os: [macos-latest, windows-latest, ubuntu-24.04, macos-13] steps: - name: Checkout uses: actions/checkout@v4 @@ -317,7 +317,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13] python: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout @@ -341,7 +341,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, windows-latest, macos-latest] + os: [ubuntu-24.04, windows-latest, macos-latest, macos-13] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 @@ -365,7 +365,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, windows-latest, macos-latest] + os: [ubuntu-24.04, windows-latest, macos-latest, macos-13] steps: - uses: actions/checkout@v4 - name: Setup Python and check latest