We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296031b commit ad854f8Copy full SHA for ad854f8
.github/workflows/upload-binaries.yml
@@ -112,7 +112,7 @@ jobs:
112
gsutil cp ./crates/bindings/tmc-langs-node/ts/functions.node gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-${{ matrix.target }}-$Env:TAG.node
113
114
macos:
115
- runs-on: macos-12
+ runs-on: macos-13
116
strategy:
117
fail-fast: false # we don't want to cancel building binaries for other targets just because one fails
118
matrix:
0 commit comments