Skip to content

Commit eb4a942

Browse files
committed
Use ubuntu20.04 for GH action
1 parent 80e7147 commit eb4a942

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
name: Publish
22
on:
33
push:
4-
branches:
4+
branches:
55
- master
66
jobs:
77
publish:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: docker://blang/latex:ubuntu
1212
with:
1313
args: latexmk -pdf -outdir=./_build
1414
- uses: google-github-actions/setup-gcloud@v0
1515
with:
16-
version: '290.0.1'
16+
version: "290.0.1"
1717
service_account_key: ${{ secrets.GCP_SA_KEY }}
1818
export_default_credentials: true
1919
- run: gsutil cp _build/LJMiranda_CV.pdf gs://ljvmiranda/cv.pdf
20-

0 commit comments

Comments
 (0)