From 51925db42e09bf338f391e42a94071bf9093db93 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 19 Jan 2021 10:09:06 +0000 Subject: [PATCH] Use `macos-latest` agent for the GTK build `macos-latest` still points to macOS 10.15 right now, which has more agent's capacity, and macOS 11.0 agents are slow and unreliable. At the dame time, we have to keep using macOS 11.0 for the core build to have access to the new `App` lifecycle in the native demo project. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c868ff9d..4f768919c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: xcpretty --color gtk_macos_build: - runs-on: macos-11.0 + runs-on: macos-latest steps: - uses: actions/checkout@v2