From: Federico Caselli Date: Tue, 11 Jun 2024 21:59:02 +0000 (+0200) Subject: fix macos tests X-Git-Tag: rel_1_4_53~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24206ad815d18507eb8e6203c9eff97a68c00147;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix macos tests Change-Id: I15cd4f541d88082fe16af121726f8ea5dd73fd97 --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 959a7c66ab..cb6d16a733 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -21,7 +21,7 @@ jobs: matrix: os: - "windows-latest" - - "macos-latest" + - "macos-13" python-version: - "3.6" - "3.7" @@ -35,7 +35,7 @@ jobs: - x86 exclude: - - os: "macos-latest" + - os: "macos-13" architecture: x86 fail-fast: false diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index c015ba4e94..8ad1d1deec 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -30,7 +30,7 @@ jobs: - "ubuntu-20.04" - "ubuntu-latest" - "windows-latest" - - "macos-latest" + - "macos-13" python-version: - "3.6" - "3.7" @@ -63,7 +63,7 @@ jobs: architecture: x86 - os: "ubuntu-20.04" architecture: x86 - - os: "macos-latest" + - os: "macos-13" architecture: x86 # ubuntu-latest does not have: py27, py36 - os: "ubuntu-latest"