File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ jobs:
302302 strategy :
303303 fail-fast : false
304304 matrix :
305- os : [macos-13, macos- 14, macos-15, macos-26]
305+ os : [macos-14, macos-15, macos-26]
306306 runs-on : ${{ matrix.os }}
307307 steps :
308308 # This is needed because we run a script stored in this repository.
@@ -319,7 +319,7 @@ jobs:
319319 - run : pwd
320320 # Install Homebrew packages.
321321 # List of packages: https://formulae.brew.sh/
322- - run : ${{ (matrix.os == 'macos-14' || matrix.os == 'macos-15' || matrix.os == 'macos-26') && ' brew install libiconv' || ': ' }}
322+ - run : ${{ ' brew install libiconv' }}
323323 - run : |
324324 pwd
325325 wget -O macos-compile "${gnulib_url_prefix}build-aux/macos-compile"
@@ -328,7 +328,7 @@ jobs:
328328 export LDFLAGS="-L$HOME/lib -L${HOMEBREW_PREFIX-/usr/local}/opt/gettext/lib -L${HOMEBREW_PREFIX-/usr/local}/opt/libiconv/lib"
329329 export CC="`pwd`/macos-compile clang"
330330 export CXX="`pwd`/macos-compile clang++"
331- ./build-on.sh 'testdir-all' '' 'make' "$HOME" 'libbacktrace' ${{ (matrix.os == 'macos-14' || matrix.os == 'macos-15' || matrix.os == 'macos-26') && ' brew install gettext' || ' ' }}
331+ ./build-on.sh 'testdir-all' '' 'make' "$HOME" 'libbacktrace' ${{ ' brew install gettext' }}
332332 # Doc: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
333333 # https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
334334 - if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments