From 77d8af16415f9fba02004e38a6b5c902caf5863a Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Sun, 30 Apr 2023 11:03:17 -0400 Subject: [PATCH] Switch to using ubuntu-latest. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db81d71..08a5634 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2