diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-12-10 09:15:38 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-12-10 13:10:23 -0500 |
| commit | a2b2429bd73bf12a312341a5a3c90ee8c0fc4f40 (patch) | |
| tree | 7b5fe583637dd6d64c6980c073a1cf4b7f6184be | |
| parent | 6a3fe11dc1c53c896643b07137b7fb25bd2c4f7e (diff) | |
| download | meson-a2b2429bd73bf12a312341a5a3c90ee8c0fc4f40.tar.gz | |
CI: Delete the macos qt4 job
The macos 13 runner has been removed, and OpenSSL 1.0 fails to build, so
let's just retire this test.
| -rw-r--r-- | .github/workflows/macos.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3afb4baca..6f2cd3c5e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -100,35 +100,3 @@ jobs: export PATH="$HOME/tools:/opt/homebrew/opt/qt@5/bin:/opt/homebrew/opt/ncurses/bin:$PATH:/opt/homebrew/opt/llvm/bin" export PKG_CONFIG_PATH="/opt/homebrew/opt/qt@5/lib/pkgconfig:/opt/homebrew/opt/lapack/lib/pkgconfig:/opt/homebrew/opt/ncurses/lib/pkgconfig:$PKG_CONFIG_PATH" ./run_project_tests.py --backend=ninja - - Qt4macos: - # This job only works on Intel Macs, because OpenSSL 1.0 doesn't build on - # Apple ARM - runs-on: macos-13 - env: - HOMEBREW_NO_AUTO_UPDATE: 1 - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.x' - - run: python -m pip install -e . - - run: brew install pkg-config ninja gcc - - run: brew tap cartr/qt4 - - run: brew install qt@4 - - run: brew link qt@4 - # qt4 tap seems to be broken - - run: ln -sfn /usr/local/Cellar/qt@4/4.8.7_6.reinstall /usr/local/Cellar/qt@4/4.8.7_6 - - run: meson setup "test cases/frameworks/4 qt" build -Drequired=qt4 - - run: meson compile -C build - - uses: actions/upload-artifact@v4 - if: failure() - with: - name: Qt4_Mac_build - path: build/meson-logs/meson-log.txt - - run: meson test -C build -v - - uses: actions/upload-artifact@v4 - if: failure() - with: - name: Qt4_Mac_test - path: build/meson-logs/testlog.txt |
