File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 6060 run : meson test -C builddir_msvc_${{ matrix.msvc_version }} -v --test-args='show --mode tree --verbose ci --result fail'
6161
6262 build_macosx :
63- name : Building on macOS with Xcode ${{ matrix.xcode_version }}
63+ name : Building on macOS
6464 runs-on : macos-latest
65- strategy :
66- matrix :
67- xcode_version : ["15.2", "15.3"]
6865 steps :
6966 - name : Checkout code
7067 uses : actions/checkout@v4
7673 with :
7774 python-version : ' 3.12'
7875
79- - name : Install Xcode
80- run : sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode_version }}.app
81-
8276 - name : Install Meson and Ninja
83- run : |
84- python -m pip install meson ninja
77+ run : python -m pip install meson ninja
8578
8679 - name : Configure
8780 run : meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
You can’t perform that action at this time.
0 commit comments