Skip to content

Commit f4cbfed

Browse files
committed
Prepare for macos-latest to switch to 11
1 parent 4f9f682 commit f4cbfed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
gsutil cp bindings/tmc-langs-node/ts/functions.node gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-${{ matrix.target }}-$Env:TAG.node
104104
105105
macos:
106-
runs-on: macos-latest
106+
runs-on: macos-10.15
107107
steps:
108108
- name: Checkout
109109
uses: actions/checkout@v2

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmc-langs-cli"
3-
version = "0.23.1"
3+
version = "0.23.2"
44
authors = ["University of Helsinki <[email protected]>", "Daniel Martinez <[email protected]>"]
55
edition = "2018"
66
description = "CLI client for TMC"

0 commit comments

Comments
 (0)