This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-22
lines changed Expand file tree Collapse file tree 1 file changed +20
-22
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,16 @@ jobs:
28
28
os-name : " osx"
29
29
- os : " ubuntu-20.04"
30
30
os-name : " focal"
31
- # Disable whilst not available
32
- # - os: "macos-11.0"
33
- # os-name: "osx"
34
- # platform: "arm64"
35
- # python: "3.9"
36
- # macos-target: "11.0"
37
- # - os: "macos-11.0"
38
- # os-name: "osx"
39
- # platform: "arm64"
40
- # python: "3.8"
41
- # macos-target: "11.0"
31
+ - os : " macos-11"
32
+ os-name : " osx"
33
+ platform : " arm64"
34
+ python : " 3.9"
35
+ macos-target : " 11.0"
36
+ - os : " macos-11"
37
+ os-name : " osx"
38
+ platform : " arm64"
39
+ python : " 3.8"
40
+ macos-target : " 11.0"
42
41
env :
43
42
BUILD_COMMIT : HEAD
44
43
PLAT : ${{ matrix.platform }}
@@ -82,17 +81,16 @@ jobs:
82
81
os-name : " osx"
83
82
- os : " ubuntu-20.04"
84
83
os-name : " focal"
85
- # Disable whilst not available
86
- # - os: "macos-11.0"
87
- # os-name: "osx"
88
- # platform: "arm64"
89
- # python: "3.9"
90
- # macos-target: "11.0"
91
- # - os: "macos-11.0"
92
- # os-name: "osx"
93
- # platform: "arm64"
94
- # python: "3.8"
95
- # macos-target: "11.0"
84
+ - os : " macos-11"
85
+ os-name : " osx"
86
+ platform : " arm64"
87
+ python : " 3.9"
88
+ macos-target : " 11.0"
89
+ - os : " macos-11"
90
+ os-name : " osx"
91
+ platform : " arm64"
92
+ python : " 3.8"
93
+ macos-target : " 11.0"
96
94
env :
97
95
BUILD_COMMIT : master
98
96
PLAT : ${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments