Skip to content

Commit

Permalink
infra: update azure to macOS-12 to avoid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Jun 22, 2024
1 parent 97cfea3 commit 5756e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .ci/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,6 @@ ci-temp-check)
fail=1
fi
ls -A .ci-temp
sleep 5s
exit $fail
;;

Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ strategy:

# MacOS JDK11 verify
'MacOS JDK11 verify':
image: 'macOS-11'
image: 'macOS-12'
cmd: "JAVA_HOME=$JAVA_HOME_11_X64 mvn -e --no-transfer-progress verify"

# MacOS JDK17 verify
'MacOS JDK17 verify':
image: 'macOS-11'
image: 'macOS-12'
cmd: "JAVA_HOME=$JAVA_HOME_17_X64 mvn -e --no-transfer-progress verify"

# moved back to Travis till we find a way to keep secrets in azure
Expand All @@ -116,7 +116,7 @@ strategy:

# lint for .md files, OSX is used because there is problem to install gem on linux
'markdownlint':
image: 'macOS-11'
image: 'macOS-12'
cmd: "./.ci/validation.sh markdownlint"
skipCache: true
needMdl: true
Expand Down

0 comments on commit 5756e0a

Please sign in to comment.