Skip to content

Commit 6cbd743

Browse files
committed
Work on check-macos: Enable building on macOS 26.
1 parent c306dba commit 6cbd743

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/many-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
strategy:
290290
fail-fast: false
291291
matrix:
292-
os: [macos-13, macos-14, macos-15]
292+
os: [macos-13, macos-14, macos-15, macos-26]
293293
runs-on: ${{ matrix.os }}
294294
steps:
295295
# This is needed because we run a script stored in this repository.
@@ -310,7 +310,7 @@ jobs:
310310
pwd
311311
export CPPFLAGS="-I$HOME/include -I${HOMEBREW_PREFIX-/usr/local}/opt/gettext/include -Wall"
312312
export LDFLAGS="-L$HOME/lib -L${HOMEBREW_PREFIX-/usr/local}/opt/gettext/lib"
313-
./build-on.sh '${{ env.package }}' '' 'make' ${{ (matrix.os == 'macos-14' || matrix.os == 'macos-15') && 'brew install gettext' || '' }}
313+
./build-on.sh '${{ env.package }}' '' 'make' ${{ (matrix.os == 'macos-14' || matrix.os == 'macos-15' || matrix.os == 'macos-26') && 'brew install gettext' || '' }}
314314
# Doc: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
315315
# https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
316316
- if: ${{ always() }}

0 commit comments

Comments
 (0)