Skip to content

Commit d7cb54b

Browse files
projectgusdpgeorge
authored andcommitted
github/workflows: Switch to macos-26 for unix CI.
To test if Apple Clang 17.0.0 + macOS 26 builds the unix port cleanly. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent 33cf1ab commit d7cb54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ports_unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
run: tests/run-tests.py --print-failures
233233

234234
macos:
235-
runs-on: macos-latest
235+
runs-on: macos-26
236236
steps:
237237
- uses: actions/checkout@v5
238238
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)