Skip to content

Commit b51520f

Browse files
committed
Fix(mac): Revert changes and downgrade to macos-12
1 parent d8140f7 commit b51520f

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ jobs:
7171
arch: x86_64-pc-windows-msvc
7272
packages: ""
7373

74-
- os: macos-latest
74+
- os: macos-12
7575
arch: x86_64-apple-darwin
7676
packages: "brew install sbt"
7777

78-
- os: macos-latest
78+
- os: macos-12
7979
arch: aarch64-apple-darwin
80-
packages: "brew install sbt"
80+
packages: ""
8181
steps:
8282
- name: Install system packages
8383
run: ${{ matrix.packages }}
@@ -122,7 +122,7 @@ jobs:
122122
fail-fast: false
123123
matrix:
124124
java: [ '8', '11', '17', '21' ]
125-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
125+
os: ["ubuntu-latest", "windows-latest", "macos-12"]
126126

127127
steps:
128128
- uses: actions/checkout@v4
@@ -141,25 +141,8 @@ jobs:
141141
path: ${{env.NATIVE_LIB_LOCATION}}
142142
merge-multiple: true
143143

144-
- name: List the built artifacts
145-
run: |
146-
pwd
147-
ls -lhtR
148-
149-
working-directory: ${{env.NATIVE_LIB_LOCATION}}
150-
151144
- name: Test for ${{ matrix.os }} ${{ matrix.java }}
152-
shell: bash
153145
run: |
154-
if [ "$RUNNER_OS" == "macOS" ]; then
155-
brew install sbt
156-
else
157-
echo -n
158-
fi
159-
160-
echo ${NATIVE_LIB_LOCATION}
161-
pwd
162-
163146
sbt +assembly
164147
java -cp ./examples/target/scala-2.12/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI
165148
java -cp ./examples/target/scala-2.13/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI

0 commit comments

Comments
 (0)