Skip to content

Commit

Permalink
Fix AppVeyor config
Browse files Browse the repository at this point in the history
Added "-bigsur" in a wrong place.
  • Loading branch information
xaizek committed Apr 2, 2023
1 parent ce9f8e7 commit 4285020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/appveyor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ environment:
CC: ccache gcc
CXX: ccache g++
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
- BUILDENV: macos-bigsur
- BUILDENV: macos
CC: ccache clang
CXX: ccache clang++
APPVEYOR_BUILD_WORKER_IMAGE: macOS
APPVEYOR_BUILD_WORKER_IMAGE: macos-bigsur

cache:
- $HOME/.ccache
Expand Down

0 comments on commit 4285020

Please sign in to comment.