tuxji commented on code in PR #883:
URL: https://github.com/apache/daffodil/pull/883#discussion_r1036027492
##########
.github/workflows/main.yml:
##########
@@ -38,6 +42,13 @@ jobs:
scala_version: [ 2.12.17 ]
os: [ ubuntu-20.04, windows-2019 ]
include:
+ - os: macos-12
+ shell: bash
+ distribution: temurin
+ java_version: 17
+ scala_version: 2.12.17
+ env_cc: cc
+ env_ar: ar
Review Comment:
Oh well, the excludes were worth a try, but the problem was that the
combination of the exclude and include lines were creating extra jobs with
missing properties. The matrix worked the way it was before, so we had to
revert back to just the new include lines. At least the concurrency control
worked quite well and terminated the extra CI jobs :).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]