Skip to content

Commit

Permalink
ci: bump profile for macOS BigSur
Browse files Browse the repository at this point in the history
  • Loading branch information
theodelrieu committed Dec 8, 2020
1 parent d6932f8 commit c3c4f9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install build tools
run: brew install ninja
- name: Build and test
run: python $GITHUB_WORKSPACE/ci/run-ci.py build-and-test --profile $GITHUB_WORKSPACE/ci/conan-profiles/macos10.15
run: python $GITHUB_WORKSPACE/ci/run-ci.py build-and-test --profile $GITHUB_WORKSPACE/ci/conan-profiles/macos11
build-windows:
runs-on: windows-latest
strategy:
Expand Down
4 changes: 0 additions & 4 deletions ci/conan-profiles/macos10.15

This file was deleted.

4 changes: 4 additions & 0 deletions ci/conan-profiles/macos11
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include(macos)
[settings]
os.version=11.0
compiler.version=12.0

0 comments on commit c3c4f9d

Please sign in to comment.