Skip to content

Commit c6cdfc0

Browse files
authored
ci: run on MacOS12 (#696)
1 parent a5351f9 commit c6cdfc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pipeline {
7979
axes {
8080
axis {
8181
name 'PLATFORM'
82-
values 'ubuntu-20.04 && immutable', 'aws && aarch64', 'windows-2016 && windows-immutable', 'windows-2022 && windows-immutable', 'darwin && orka && x86_64'
82+
values 'ubuntu-20.04 && immutable', 'aws && aarch64', 'windows-2016 && windows-immutable', 'windows-2022 && windows-immutable', 'macos12 && x86_64'
8383
}
8484
}
8585
stages {
@@ -277,7 +277,7 @@ def isCodeCoverageEnabled() {
277277

278278
def withPackageEnv(platform, Closure body) {
279279
if (isUnix()) {
280-
if (platform.contains('macosx')) {
280+
if (isDarwin()) {
281281
withPackageDarwinEnv() {
282282
body()
283283
}

0 commit comments

Comments
 (0)