Skip to content

Commit e892fa4

Browse files
author
Jonathan Kliem
committed
further fix to exclude
1 parent de48ec5 commit e892fa4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-rc.2]
1919
architecture: [x64, x86]
2020
exclude:
21-
- os: [ubuntu-latest, macos-lates]
22-
architecture: [x86]
21+
- os: ubuntu-latest
22+
architecture: x86
23+
- os: macos-latest
24+
architecture: x86
2325
steps:
2426
- name: Set up the repository
2527
uses: actions/checkout@v2

0 commit comments

Comments
 (0)