From 1adfb89c7b35b11f4c3e87fab5aee021d716fa81 Mon Sep 17 00:00:00 2001 From: Eric Marchand Date: Tue, 19 Nov 2019 13:22:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Remove=20DEVELOPER=5FDI?= =?UTF-8?q?R,=20which=20specify=20Xcode=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d96012d..01b47f8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,8 +34,6 @@ jobs: build: name: build runs-on: macOS-latest - env: - DEVELOPER_DIR: /Applications/Xcode_11.1.app/Contents/Developer steps: - name: Checkout uses: actions/checkout@master