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 and DenisTarasyuk committed May 15, 2024
1 parent dab815a commit 1605358
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 @@ -62,7 +62,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.13"
steps:
Expand Down Expand Up @@ -162,7 +162,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 1605358

Please sign in to comment.