We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03755b4 commit f5de758Copy full SHA for f5de758
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: 🐧
59
matrix: linux
60
runs-on:
61
- - intel: ubuntu-latest
+ intel: ubuntu-latest
62
python_platform: linux
63
container:
64
"2.7": docker://python:2.7-buster
@@ -77,13 +77,13 @@ jobs:
77
- name: 🪟
78
matrix: windows
79
80
- - intel: windows-latest
+ intel: windows-latest
81
python_platform: win32
82
- name: 🍎
83
matrix: macos
84
85
- - arm: macos-latest
86
- - intel: macos-13
+ arm: macos-latest
+ intel: macos-13
87
python_platform: darwin
88
arch:
89
- name: ARM
0 commit comments