Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
include:
- os: ubuntu-latest
name: Linux
- os: macos-15-intel
name: macOS Intel
# For a reason I don't entirely understand, with this build, some of the expr-tests fail.exclude:
# Investigate on a clean OSX M4 machine. jhrg 4/2/26
- os: macos-15
name: macOS arm64
name: ${{ matrix.name }}
Expand Down
8 changes: 4 additions & 4 deletions .vscode/jhrg/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"C_Cpp.default.includePath": [
"${workspaceFolder}/**",
"${config:prefix}/include/**",
"${config:prefix}/deps/include",
"${config:HOMEBREW}/include/**"
],
"${config:prefix}/deps/include",
"${config:HOMEBREW}/include/**"
],
// Makefile settings. jhrg 3/11/26
"files.associations": {
"*.am": "makefile"
},
"[makefile]": {
"editor.insertSpaces": false
},
"[cpp]": {
"[cpp]": {
"editor.rulers": [80, 120]
},
"rewrap.wholeComment": true,
Expand Down
Loading