-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Addresses two issues: 1. The nightly builds are starting to occasionally fail because the `macos-latest` runners are struggling to complete integration test shards in under 2 hours. It seems likely the newer ARM-based runners are underpowered. 2. ~`macos-11` runners will be removed by 6/28, and will start temporarily failing on 6/17. Better to move off them now.~ `macos-12` hits a compiler error on DAST.cs for some reason (`error CS8078: An expression is too long or complex to compile`) so we'll stick to `macos-11` for this PR ### How has this been tested? `run-deep-tests` label <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ concurrency: | |
jobs: | ||
build: | ||
|
||
runs-on: macos-latest | ||
runs-on: macos-11 | ||
|
||
steps: | ||
- name: Install dafny | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters