Skip to content

Commit

Permalink
Fixed build matrix in appveyor.yml
Browse files Browse the repository at this point in the history
MacOS bigsur was nat running properly.
  • Loading branch information
VolkerEnderlein authored Nov 24, 2023
1 parent 6aae3c9 commit c6267ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ environment:
# CMAKE_PLATFORM: x64
# COMPILER_ID: clang

- APPVEYOR_BUILD_WORKER_IMAGE: macos-bigsur
CMAKE_GENERATOR: 'Unix Makefiles'
CMAKE_PLATFORM: x64
COMPILER_ID: clang
# - APPVEYOR_BUILD_WORKER_IMAGE: macos-bigsur
# CMAKE_GENERATOR: 'Unix Makefiles'
# CMAKE_PLATFORM: x64
# COMPILER_ID: clang

- APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
CMAKE_GENERATOR: 'Unix Makefiles'
Expand Down

0 comments on commit c6267ff

Please sign in to comment.