Skip to content

Commit

Permalink
chore: CI use orka for macos agents
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Jul 5, 2022
1 parent 63b21b9 commit 3101d2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
16 changes: 13 additions & 3 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ pipeline {
axes {
axis {
name 'GO_VERSION'
values '1.12', '1.13', '1.15'
values '1.12', '1.13', '1.15', '1.17'
}
axis {
name 'PLATFORM'
values 'ubuntu-18 && immutable', 'windows-2019 && immutable'
values 'ubuntu-18 && immutable', 'windows-2019 && immutable', 'macos11 && x86_64'
}
}
excludes {
Expand All @@ -54,7 +54,17 @@ pipeline {
}
axis {
name 'GO_VERSION'
values '1.15'
values '1.15', '1.17'
}
}
exclude {
axis {
name 'PLATFORM'
values 'orka && darwin && x86_64'
}
axis {
name 'GO_VERSION'
values '1.15', '1.13', '1.12'
}
}
}
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/macos.yml

This file was deleted.

0 comments on commit 3101d2b

Please sign in to comment.