Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Dec 3, 2024
1 parent 0470886 commit 8d09c06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings.nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- { target: x86_64-unknown-linux-musl, runner: ubuntu-latest }
- { target: x86_64-pc-windows-msvc, runner: windows-latest }
- { target: aarch64-pc-windows-msvc, runner: windows-latest }
- { target: x86_64-apple-darwin, runner: macos-13 }
- { target: aarch64-apple-darwin, runner: macos-14 }
- { target: x86_64-apple-darwin, runner: macos-latest }
- { target: aarch64-apple-darwin, runner: macos-latest }
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
- os: windows
arch: x86_64
target: x86_64-pc-windows-msvc
runner: windows-2019
runner: windows-latest
- os: macos
arch: x86_64
target: x86_64-apple-darwin
runner: macos-13
runner: macos-latest
- os: macos
arch: aarch64
target: aarch64-apple-darwin
runner: macos-14
runner: macos-latest
steps:
- uses: actions/checkout@v4
- name: Get opts
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Expand Down

0 comments on commit 8d09c06

Please sign in to comment.