Skip to content

Commit 9d7720c

Browse files
committed
ci, doc: Fix macOS runner, update README [ci skip]
1 parent 12d3e46 commit 9d7720c

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
fetch-depth: 0
1717
submodules: true
1818

19+
- name: Select Xcode 15.3 (Apple Clang 17)
20+
run: sudo xcode-select -s /Applications/Xcode_15.3.app
21+
1922
- name: Setup
2023
run: |
2124
declare -a python_files=("2to3", "idle3", "pydoc3", "python3", "python3-config")

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Arbitrary-precision numbers and functions are by [MPFR] and [GMP].
6666
- [x] Develop using Behavior-driven development ([BDD]) with [doctest]
6767
- [x] Continuous integration by [Travis-CI] on macOS and Linux with [gcc]/[Clang]
6868
- [x] Continuous integration by [AppVeyor] on Windows with [MSVC]
69-
- [x] Continuous integration by [Github Actions] on the leading edge
69+
- [x] Continuous integration by [GitHub Actions] on the leading edge
7070
- [x] 3D Simplex
7171
- [x] 3D Spherical triangulation
7272
- [x] 2+1 foliation
@@ -260,7 +260,7 @@ Options:
260260
~~~
261261

262262
The dimensionality of the spacetime is such that each slice of spacetime is
263-
`d-1`-dimensional, so setting `d=3` generates 2 spacelike dimensions and one
263+
`d-1`-dimensional, so setting `d=3` generates two spacelike dimensions and one
264264
timelike dimension, with a defined global time foliation. A
265265
`d`-dimensional simplex will have some `d-1` sub-simplices that are purely
266266
spacelike (all on the same timeslice) as well as some that are timelike
@@ -281,7 +281,7 @@ doxygen ./docs/Doxyfile
281281

282282
This will generate a `docs/html/` directory containing
283283
documentation generated from CDT++ source files. `USE_MATHJAX` has been enabled
284-
in [Doxyfile] so that the LaTeX formulae can be rendered in the html
284+
in [Doxyfile] so that the LaTeX formulae can be rendered in the HTML
285285
documentation using [MathJax]. `HAVE_DOT` is set to **YES** which allows
286286
various graphs to be autogenerated by [Doxygen] using [GraphViz].
287287
If you do not have GraphViz installed, set this option to **NO**
@@ -413,7 +413,10 @@ Optional:
413413

414414
- [vcpkg]'s version of [date] has an unfixed bug [#23637] which produces `use-of-uninitialized-value` in [MemorySanitizer].
415415
- [vcpkg] has issues with `fontconfig:arm64-osx` [#40623].
416+
- [vcpkg] fails to build [gmp] on Linux (which breaks CI) [#45336]
416417

418+
419+
[#45336]: https://github.com/microsoft/vcpkg/issues/45336
417420
[#40623]: https://github.com/microsoft/vcpkg/issues/40623
418421
[#23637]: https://github.com/microsoft/vcpkg/issues/23637
419422
[CDT]: https://arxiv.org/abs/hep-th/0105267
@@ -480,7 +483,7 @@ Optional:
480483
[3]: https://github.com/microsoft/vcpkg/issues/8627
481484
[CONTRIBUTING.md]: https://github.com/acgetchell/CDT-plusplus/blob/develop/.github/CONTRIBUTING.md
482485
[CODE_OF_CONDUCT.md]: https://github.com/acgetchell/CDT-plusplus/blob/develop/.github/CODE_OF_CONDUCT.md
483-
[Github Actions]: https://github.com/features/actions
486+
[GitHub Actions]: https://github.com/features/actions
484487
[Visual Studio 2019]: https://visualstudio.microsoft.com/vs/
485488
[{fmt}]: https://github.com/fmtlib/fmt
486489
[AddressSanitizer]: https://github.com/google/sanitizers/wiki/AddressSanitizer

0 commit comments

Comments
 (0)