Skip to content

Commit

Permalink
Enable ERROR_ON_WARNINGS and stick to macOS-11 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Dec 7, 2022
1 parent 6d61c4d commit d691280
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,19 @@ jobs:
os: ubuntu-22.04
RUN_ANALYZER: code-checker,valgrind
- name: macOS (xcode llvm)
os: macOs-latest
# temporarily disabled: with macOS 12 we get deprecation warnings in crashpad and minichromium
# ERROR_ON_WARNINGS: 1
os: macOs-11
ERROR_ON_WARNINGS: 1
SYSTEM_VERSION_COMPAT: 0
- name: macOS (xcode llvm + universal)
os: macOs-latest
# temporarily disabled: with macOS 12 we get deprecation warnings in crashpad and minichromium
# ERROR_ON_WARNINGS: 1
os: macOs-11
ERROR_ON_WARNINGS: 1
SYSTEM_VERSION_COMPAT: 0
CMAKE_DEFINES: -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64
- name: macOS (clang + asan + llvm-cov)
os: macOs-latest
os: macOs-11
CC: clang
CXX: clang++
# temporarily disabled: with macOS 12 we get deprecation warnings in crashpad and minichromium
# ERROR_ON_WARNINGS: 1
ERROR_ON_WARNINGS: 1
SYSTEM_VERSION_COMPAT: 0
RUN_ANALYZER: asan,llvm-cov
- name: Windows (old VS, 32-bit)
Expand Down

0 comments on commit d691280

Please sign in to comment.