Skip to content

Commit 9b0d63b

Browse files
mayeuthenryiii
andauthored
ci: use normal AppVeyor macOS image (#1388)
Co-authored-by: Henry Schreiner <[email protected]>
1 parent 6df1568 commit 9b0d63b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ environment:
44
APPVEYOR_JOB_NAME: "python37-x64-ubuntu"
55
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
66
APPVEYOR_JOB_NAME: "python37-x64-vs2015"
7-
- APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave
8-
APPVEYOR_JOB_NAME: "python37-x64-macos-mojave"
7+
- APPVEYOR_BUILD_WORKER_IMAGE: macos
8+
APPVEYOR_JOB_NAME: "python37-x64-macos"
99

1010
stack: python 3.7
1111

examples/appveyor-minimal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ environment:
44
APPVEYOR_JOB_NAME: "python37-x64-ubuntu"
55
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
66
APPVEYOR_JOB_NAME: "python37-x64-vs2015"
7-
- APPVEYOR_BUILD_WORKER_IMAGE: macos-mojave
8-
APPVEYOR_JOB_NAME: "python37-x64-macos-mojave"
7+
- APPVEYOR_BUILD_WORKER_IMAGE: macos
8+
APPVEYOR_JOB_NAME: "python37-x64-macos"
99

1010
stack: python 3.7
1111

0 commit comments

Comments
 (0)