Skip to content

Commit

Permalink
Move to newer builder.
Browse files Browse the repository at this point in the history
Windows-latest is now Windows-2022.
The fix for mbdetls has been merged. So we don't need an older macos
anymore. See #130.
  • Loading branch information
floitsch committed Jul 21, 2022
1 parent 7148063 commit 654db9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
strategy:
# The matrix will run all possible combinations in parallel.
matrix:
# macos-10.15, as we currently need Clang 12 (https://github.com/toitlang/toit/issues/130)
# windows-2022, as it's currently later than windows-latest.
# ubuntu-18.04 so that we don't depend on a recent glibc.
container: [ ubuntu-18.04, macos-10.15, windows-2022 ]
container: [ ubuntu-18.04, macos-latest, windows-latest ]
shard: [1, 2, 3, 4, 5]

include:
Expand Down

0 comments on commit 654db9f

Please sign in to comment.