Use `macos-latest` agent for the GTK build (#360)

`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.
This commit is contained in:
Max Desiatov 2021-01-22 12:54:49 +00:00 committed by GitHub
parent 6f0528fe06
commit 9549282e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
./benchmark.sh
gtk_macos_build:
runs-on: macos-11.0
runs-on: macos-latest
steps:
- uses: actions/checkout@v2