We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c1b56 commit 1951684Copy full SHA for 1951684
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
20
- { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
21
- { target: aarch64-apple-darwin , os: macos-14 }
22
- - { target: x86_64-apple-darwin , os: macos-13 }
+ - { target: x86_64-apple-darwin , os: macos-15 }
23
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
24
- { target: x86_64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
25
@@ -46,7 +46,8 @@ jobs:
46
target: ${{ matrix.job.target }}
47
nif-version: ${{ matrix.nif }}
48
use-cross: ${{ matrix.job.use-cross }}
49
- project-dir: "native/oxide_ex_nif"
+ project-dir: "."
50
+ cross-version: "from-source"
51
52
- name: Artifact upload
53
uses: actions/upload-artifact@v4
0 commit comments