Skip to content

Commit

Permalink
Update macos github build action
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Apr 23, 2024
1 parent 2e6722e commit 4524105
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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 @@ -185,8 +185,6 @@ jobs:
run: |
rm -rf /Applications/Xcode.app
ln -s /Applications/Xcode_15.2.app /Applications/Xcode.app
sw_vers -productVersion
ls -l /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
- name: Build macOS
run: |
Expand Down

0 comments on commit 4524105

Please sign in to comment.