diff --git a/.github/workflows/slate-deployment.yml b/.github/workflows/slate-deployment.yml index 2647002..78ec609 100644 --- a/.github/workflows/slate-deployment.yml +++ b/.github/workflows/slate-deployment.yml @@ -57,7 +57,7 @@ env: jobs: lint: name: Lint - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out repo @@ -84,7 +84,7 @@ jobs: deploy: name: Deploy SLATE Instance - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: lint steps: