From 1a0d9f9c7e072fe7b523a4ed7cf1d9212f11b2f4 Mon Sep 17 00:00:00 2001 From: Lincoln Bryant Date: Wed, 21 May 2025 13:49:08 -0500 Subject: [PATCH] Change lint/deploy steps to use ubuntu latest Fixes deprecations per https://github.com/actions/runner-images/issues/11101 --- .github/workflows/slate-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: