-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Fix MacOS builds in Github Actions (#158)
Use newer versions of Macos and Xcode that are available in Github Actions.
- Loading branch information
1 parent
821c7d8
commit f513801
Showing
3 changed files
with
15 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule PEGTL
updated
12 files
+12 −17 | .github/workflows/android.yml | |
+64 −48 | .github/workflows/linux.yml | |
+36 −29 | .github/workflows/macos.yml | |
+0 −56 | .github/workflows/msys.yml | |
+64 −27 | .github/workflows/windows.yml | |
+0 −7 | .pkg-config/pegtl.pc.in | |
+2 −7 | CMakeLists.txt | |
+1 −1 | doc/Actions-and-States.md | |
+7 −2 | include/tao/pegtl/internal/read_file_stdio.hpp | |
+1 −1 | include/tao/pegtl/normal.hpp | |
+0 −7 | src/test/pegtl/CMakeLists.txt | |
+1 −1 | src/test/pegtl/verify_file.hpp |