Skip to content

Commit b4e2adc

Browse files
Update meson_ci.yml
1 parent ce90730 commit b4e2adc

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/meson_ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,8 @@ jobs:
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
@@ -76,12 +73,8 @@ jobs:
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

0 commit comments

Comments
 (0)