Skip to content

Commit

Permalink
Use macos-latest agent for the GTK build (#360)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
MaxDesiatov committed Jan 22, 2021
1 parent 6f0528f commit 9549282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
./benchmark.sh
gtk_macos_build:
runs-on: macos-11.0
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9549282

Please sign in to comment.