Skip to content

Commit a99d85d

Browse files
committed
build binaries from 18.04 ubuntu
1 parent c69efa4 commit a99d85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
linux:
13-
runs-on: ubuntu-16.04
13+
runs-on: ubuntu-18.04
1414
strategy:
1515
matrix:
1616
target: [i686-unknown-linux-gnu, x86_64-unknown-linux-gnu]
@@ -69,7 +69,7 @@ jobs:
6969
run: gsutil cp target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-x86_64-apple-darwin-$TAG
7070

7171
arm:
72-
runs-on: ubuntu-16.04
72+
runs-on: ubuntu-18.04
7373
strategy:
7474
matrix:
7575
target: [aarch64-unknown-linux-gnu, armv7-unknown-linux-gnueabihf]

0 commit comments

Comments
 (0)