diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 13ee7a1..f47cf18 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -17,7 +17,7 @@ env: jobs: build-and-upload-frontend: name: build and upload frontend - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout this repo uses: actions/checkout@v2