Skip to content

Commit 5468dca

Browse files
committed
Trying again with GitHub actions
1 parent e866e04 commit 5468dca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1212
include:
13-
- os: macos-latest
14-
python-version: "3.7"
15-
arch: "x86"
1613
- os: macos-latest
1714
python-version: "3.10"
1815
openssl-version: "3"
@@ -23,6 +20,10 @@ jobs:
2320
python-version: "3.12"
2421
openssl-version: "3"
2522
exclude:
23+
# having trouble with arch arm64 on macos-ltest on Python 3.7
24+
- os: macos-latest
25+
python-version: "3.7"
26+
2627
# test hangs on these combination
2728
- os: windows-latest
2829
python-version: "3.8"

0 commit comments

Comments
 (0)