Skip to content

Commit 0796d2e

Browse files
committed
Add macos-13 to CI matrix for test on x86_64 macos without blp
1 parent 403c078 commit 0796d2e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- {os: macOS-latest}
17+
- {os: macos-13}
18+
- {os: macos-latest}
1819
- {os: ubuntu-latest}
1920

2021
runs-on: ${{ matrix.os }}

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* configure: Streamline and simplify conditional compilation
44
* src/Makevars.in: Idem
55

6+
* .github/workflows/ci.yaml: Add macos-13 build for no-blp x86_64
7+
68
2025-03-12 John Laing <john.laing@gmail.com>
79

810
* src/authenticate.cpp: Correct duplicate export declaration

0 commit comments

Comments
 (0)