From 105fbac0183983dcf1bb9615a811b54c4e98d53e Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Wed, 3 Jun 2020 16:21:37 +0200 Subject: [PATCH] Update xcode to 11.5 on the CI (#20) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5995e01..893b3c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ jobs: name: Lint runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_11.1.app + DEVELOPER_DIR: /Applications/Xcode_11.5.app steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 @@ -37,7 +37,7 @@ jobs: name: Test runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_11.1.app + DEVELOPER_DIR: /Applications/Xcode_11.5.app steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1