Skip to content

Commit ed7f0ca

Browse files
authored
Update testing.yml (#356)
Remove working around for macOs latest. Issue since fixed: actions/setup-python#696 (comment)
1 parent a5b7f6d commit ed7f0ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
matrix:
1919
python-version: [3.9, "3.10", 3.11]
2020
os: [ubuntu-latest, macOS-latest, windows-latest]
21-
# Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
22-
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
23-
exclude:
24-
- { python-version: "3.9", os: "macos-latest" }
25-
include:
26-
- { python-version: "3.9", os: "macos-13" }
2721

2822
steps:
2923
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)