From e7a4640f236e1e68f0bffb267ecd4b9ea6b3bb55 Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 24 Nov 2020 18:16:21 +0100 Subject: [PATCH] setup xcode 12 --- .github/workflows/macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 21a04a8ed..404237c8b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,6 +9,10 @@ jobs: with: fetch-depth: 0 + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '12.0' + - name: Install dependencies run: | brew install meson ninja libass