Skip to content

Commit

Permalink
Fix CI and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Aug 29, 2024
1 parent 7d49d30 commit b277e66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
rust-target: x86_64-pc-windows-msvc
java-arch: x64
- os: macos-latest
rust-target: x86_64-apple-darwin
java-arch: x64
rust-target: aarch64-apple-darwin
java-arch: arm64
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
gsutil cp ./crates/bindings/tmc-langs-node/ts/functions.node gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-${{ matrix.target }}-$Env:TAG.node
macos:
runs-on: macos-11
runs-on: macos-12
strategy:
fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
matrix:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node

Install [Python 3](https://www.python.org/downloads/). You may wish to use [pyenv](https://github.com/pyenv/pyenv/) to manage different Python versions conveniently.

Install [OpenJDK 21](https://adoptium.net/temurin/releases/?arch=any&os=any&version=21) (other versions may work as well) and [ant](https://ant.apache.org/).
Install [OpenJDK 17](https://adoptium.net/temurin/releases/?arch=any&os=any&version=17) (other versions may work as well) and [ant](https://ant.apache.org/).

Install [.NET 8](https://dotnet.microsoft.com/download).

Expand Down

0 comments on commit b277e66

Please sign in to comment.