Skip to content

Commit

Permalink
ci: run on MacOS12 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jul 18, 2022
1 parent a5351f9 commit c6cdfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pipeline {
axes {
axis {
name 'PLATFORM'
values 'ubuntu-20.04 && immutable', 'aws && aarch64', 'windows-2016 && windows-immutable', 'windows-2022 && windows-immutable', 'darwin && orka && x86_64'
values 'ubuntu-20.04 && immutable', 'aws && aarch64', 'windows-2016 && windows-immutable', 'windows-2022 && windows-immutable', 'macos12 && x86_64'
}
}
stages {
Expand Down Expand Up @@ -277,7 +277,7 @@ def isCodeCoverageEnabled() {

def withPackageEnv(platform, Closure body) {
if (isUnix()) {
if (platform.contains('macosx')) {
if (isDarwin()) {
withPackageDarwinEnv() {
body()
}
Expand Down

0 comments on commit c6cdfc0

Please sign in to comment.