diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-04-17 23:33:45 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-04-17 23:33:45 +0200 |
| commit | 09d302736ad4ce8b134cc2aa3a4cf3d9bc123d5c (patch) | |
| tree | bad65570c2d9a1881c7d8c4450737cce4af8ee3b | |
| parent | fc114b51f7d95943e02024d071b43849ca65550b (diff) | |
| -rw-r--r-- | .github/workflows/full_check.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index 010b138..8f54c8a 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -272,7 +272,7 @@ jobs: submodules: recursive - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.3' + xcode-version: '16.2' - name: install dependencies run: | brew install ccache binutils pigz autoconf automake libtool pkg-config @@ -355,7 +355,7 @@ jobs: submodules: recursive - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.3' + xcode-version: '16.2' - name: install dependencies run: | brew install ccache cmake autoconf automake libtool |
