Skip to content

Commit

Permalink
try jenkins orka && test-macos-10.15-orka
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed May 16, 2023
1 parent cf70634 commit 28bffda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ pipeline {
axes {
axis {
name 'GO_VERSION'
values '1.18.10', '1.19.5'
values '1.18.10', '1.19.9'
}
axis {
name 'PLATFORM'
values 'ubuntu-18 && immutable', 'windows-2019 && immutable', 'orka && darwin && x86_64', 'orka && darwin && arm64'
values 'orka && test-macos-10.15-orka', 'ubuntu-18 && immutable', 'windows-2019 && immutable', 'orka && darwin && x86_64', 'orka && darwin && arm64'
}
axis {
name 'CGO_ENABLED'
Expand All @@ -62,7 +62,7 @@ pipeline {
exclude {
axis {
name 'GO_VERSION'
values '1.19.5'
values '1.19.9'
}
axis {
name 'PLATFORM'
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
strategy:
matrix:
os:
- macos-10.15
# - macos-11
# - macos-12
# - macos-13
- macos-11
- macos-12
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 28bffda

Please sign in to comment.