Skip to content

Commit 136e381

Browse files
committed
alphabetical os order
1 parent 50591b8 commit 136e381

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ jobs:
4242
3.9: docker://python:3.9-buster
4343
pypy2: docker://pypy:2-jessie
4444
pypy3: docker://pypy:3-stretch
45+
- name: macOS
46+
runs-on: macos-latest
47+
python_platform: darwin
48+
matrix: macos
4549
- name: Windows
4650
runs-on: windows-latest
4751
python_platform: win32
4852
matrix: windows
4953
openssl:
5054
x86: win32
5155
x64: win64
52-
- name: macOS
53-
runs-on: macos-latest
54-
python_platform: darwin
55-
matrix: macos
5656
python:
5757
- name: CPython 2.7
5858
tox: py27

0 commit comments

Comments
 (0)