Skip to content

Commit 255d964

Browse files
authored
#107 Reactivate build-m2 action for macOS (#145)
- Update to macOS jobs to macos-11 and reactivate macOS m2 job. - Deactivate ubuntu-18.04 builds. The Jenkins CI jobs already build & execute the tests against a Linux OS. So the ubtuntu jobs are redundant and do not provide any benefit. They also increase the change of flaky or inconsistent build (e.g. ubuntu job fails but jenkins job succeeds or vice versa). Closes #107
1 parent adfed02 commit 255d964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# do not cancel other builds if one fails
99
fail-fast: false
1010
matrix:
11-
os: [windows-2019, ubuntu-18.04]
11+
os: [windows-2019, macos-11]
1212

1313
runs-on: ${{ matrix.os }}
1414
timeout-minutes: 20
@@ -30,7 +30,7 @@ jobs:
3030
# do not cancel other builds if one fails
3131
fail-fast: false
3232
matrix:
33-
os: [windows-2019, ubuntu-18.04, macos-10.15]
33+
os: [windows-2019, macos-11]
3434

3535
runs-on: ${{ matrix.os }}
3636
timeout-minutes: 20

0 commit comments

Comments
 (0)