Skip to content

Commit

Permalink
Fix failing jdk11 macos CI checks due to Xcode 15 dependencies (#3766)
Browse files Browse the repository at this point in the history
* Update macos github build action

Signed-off-by: Andrew Leonard <[email protected]>

* Update macos github build action

Signed-off-by: Andrew Leonard <[email protected]>

* Update macos github build action

Signed-off-by: Andrew Leonard <[email protected]>

* Update macos github build action

Signed-off-by: Andrew Leonard <[email protected]>

* Update macos github build action

Signed-off-by: Andrew Leonard <[email protected]>

* Update macos github build action

Signed-off-by: Andrew Leonard <[email protected]>

---------

Signed-off-by: Andrew Leonard <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
  • Loading branch information
andrew-m-leonard and karianna authored Apr 24, 2024
1 parent 0936cc2 commit 21f55f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
os: [macOS]
version: [
{ name: jdk8u, distro: macos-11 },
{ name: jdk11u, distro: macos-13 },
{ name: jdk11u, distro: macos-14 },
{ name: jdk17u, distro: macos-14 }
]
variant: [temurin]
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
if: matrix.version.name != 'jdk8u'
run: |
rm -rf /Applications/Xcode.app
ln -s /Applications/Xcode_15.0.1.app /Applications/Xcode.app
ln -s /Applications/Xcode_15.2.app /Applications/Xcode.app
- name: Build macOS
run: |
Expand Down

0 comments on commit 21f55f8

Please sign in to comment.