Skip to content

Commit

Permalink
macOS: job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Jun 5, 2024
1 parent 14ab86f commit 07ed0aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/jobs/tests/mandrel_macos_integration_tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ matrixJob('mandrel-macos-integration-tests') {
'ga'
)
text('MANDREL_BUILD',
'mandrel-23-1-linux-build-matrix',
'mandrel-24-0-linux-build-matrix',
'mandrel-master-linux-build-matrix'
'mandrel-23-1-macos-build-matrix',
'mandrel-24-0-macos-build-matrix',
'mandrel-master-macos-build-matrix'
)
text('QUARKUS_VERSION', Constants.QUARKUS_VERSION_MACOS)
labelExpression('LABEL', ['macos_aarch64'])
Expand Down

0 comments on commit 07ed0aa

Please sign in to comment.