From fea01ca5f1614135d67ba5efe9e14418139c9303 Mon Sep 17 00:00:00 2001 From: Alexander Nesterov Date: Mon, 23 Jun 2025 22:53:07 +0200 Subject: [PATCH] add Xcode installation step to macOS workflows --- .github/workflows/mac.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 53550945b..c651d2f0f 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -8,6 +8,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + - name: Install Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 'latest-stable' - name: Setup environment run: | brew update-reset @@ -46,6 +50,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + - name: Install Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 'latest-stable' - name: Setup environment run: | brew update-reset @@ -84,6 +92,10 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v4 + - name: Install Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 'latest-stable' - name: Setup environment run: | brew update-reset @@ -146,6 +158,10 @@ jobs: runs-on: macOS-latest steps: - uses: actions/checkout@v4 + - name: Install Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 'latest-stable' - name: Setup environment run: | brew update-reset