Skip to content

Commit

Permalink
Run jar build on macos 12 and not latest (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs authored May 1, 2024
1 parent 6dc3930 commit ee2dc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
matrix:
platform:
- { runs_on: ["macos-latest"], arch: "x86_64"}
- { runs_on: ["macos-12"], arch: "x86_64"}
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
steps:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

package-jars:
name: Build jar files
runs-on: macos-latest
runs-on: macos-12
needs:
- build-cpp-ubuntu
- build-cpp-macos
Expand Down

0 comments on commit ee2dc43

Please sign in to comment.