]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix macos tests
authorFederico Caselli <cfederico87@gmail.com>
Tue, 11 Jun 2024 21:59:02 +0000 (23:59 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 11 Jun 2024 21:59:02 +0000 (23:59 +0200)
Change-Id: I15cd4f541d88082fe16af121726f8ea5dd73fd97

.github/workflows/create-wheels.yaml
.github/workflows/run-test.yaml

index 959a7c66ab035fbc31c701fd39094f7defdad45b..cb6d16a733513b0679b14e5d1ad248c5341c09e5 100644 (file)
@@ -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
index c015ba4e9472db6ae43c922042e11d80c2c7f429..8ad1d1deec443fe35e500cdd21af2dec7bcdd7b0 100644 (file)
@@ -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"