Skip to content

Commit

Permalink
updated macos image to 13 (12 is deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Nov 18, 2024
1 parent 16ef2f7 commit 9e597e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
jdk.version: '21'
# OSX, we only test an old Python version with JDK8 and recent Py with recent JDK.
mac_py38_jdk8:
imageName: "macos-12"
imageName: "macos-13"
python.version: '3.8' # todo: 3.8 will be EOL on October 31, 2024
jpypetest.fast: 'true'
jdk.version: '8'
mac_py312_jdk17:
imageName: "macos-12"
imageName: "macos-13"
python.version: '3.12'
jpypetest.fast: 'true'
jdk.version: '17'
Expand Down

0 comments on commit 9e597e4

Please sign in to comment.