diff --git a/.github/workflows/test_different_operating_systems.yml b/.github/workflows/test_different_operating_systems.yml index f99549c8d..6eb5744f3 100644 --- a/.github/workflows/test_different_operating_systems.yml +++ b/.github/workflows/test_different_operating_systems.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }} - os: [ubuntu-22.04, macos-13, macos-15, windows-latest] + os: [ubuntu-22.04, macos-15, windows-latest] fail-fast: false steps: - name: Check out @@ -79,7 +79,7 @@ jobs: strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }} - os: [ ubuntu-22.04, macos-13, macos-15, windows-latest ] + os: [ ubuntu-22.04, macos-15, windows-latest ] fail-fast: false steps: - name: Check out @@ -115,7 +115,7 @@ jobs: strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }} - os: [ ubuntu-22.04, macos-13, macos-15, windows-latest ] + os: [ ubuntu-22.04, macos-15, windows-latest ] fail-fast: false steps: - name: Check out @@ -151,7 +151,7 @@ jobs: strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }} - os: [ ubuntu-22.04, macos-13, macos-15, windows-latest ] + os: [ ubuntu-22.04, macos-15, windows-latest ] fail-fast: false steps: - name: Check out @@ -180,7 +180,7 @@ jobs: strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }} - os: [ ubuntu-22.04, macos-13, macos-15, windows-latest ] + os: [ ubuntu-22.04, macos-15, windows-latest ] fail-fast: false steps: - name: Check out @@ -210,7 +210,7 @@ jobs: strategy: matrix: python-version: ${{ fromJSON(inputs.python-versions) }} - os: [ ubuntu-22.04, macos-13, macos-15, windows-latest ] + os: [ ubuntu-22.04, macos-15, windows-latest ] fail-fast: false steps: - name: Check out