Skip to content

Commit 1951684

Browse files
committed
Fix release workflow: use workspace root, macos-15, cross from-source
1 parent 02c1b56 commit 1951684

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
2020
- { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
2121
- { target: aarch64-apple-darwin , os: macos-14 }
22-
- { target: x86_64-apple-darwin , os: macos-13 }
22+
- { target: x86_64-apple-darwin , os: macos-15 }
2323
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
2424
- { target: x86_64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
2525

@@ -46,7 +46,8 @@ jobs:
4646
target: ${{ matrix.job.target }}
4747
nif-version: ${{ matrix.nif }}
4848
use-cross: ${{ matrix.job.use-cross }}
49-
project-dir: "native/oxide_ex_nif"
49+
project-dir: "."
50+
cross-version: "from-source"
5051

5152
- name: Artifact upload
5253
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)