Skip to content

Commit

Permalink
Fix(mac): Revert changes and downgrade to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
chitralverma committed Jun 3, 2024
1 parent d8140f7 commit b51520f
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
arch: x86_64-pc-windows-msvc
packages: ""

- os: macos-latest
- os: macos-12
arch: x86_64-apple-darwin
packages: "brew install sbt"

- os: macos-latest
- os: macos-12
arch: aarch64-apple-darwin
packages: "brew install sbt"
packages: ""
steps:
- name: Install system packages
run: ${{ matrix.packages }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
fail-fast: false
matrix:
java: [ '8', '11', '17', '21' ]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
os: ["ubuntu-latest", "windows-latest", "macos-12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -141,25 +141,8 @@ jobs:
path: ${{env.NATIVE_LIB_LOCATION}}
merge-multiple: true

- name: List the built artifacts
run: |
pwd
ls -lhtR
working-directory: ${{env.NATIVE_LIB_LOCATION}}

- name: Test for ${{ matrix.os }} ${{ matrix.java }}
shell: bash
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew install sbt
else
echo -n
fi
echo ${NATIVE_LIB_LOCATION}
pwd
sbt +assembly
java -cp ./examples/target/scala-2.12/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI
java -cp ./examples/target/scala-2.13/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI
Expand Down

0 comments on commit b51520f

Please sign in to comment.