From ddbd6e2ced56888336ae52536d32e3946b095cf6 Mon Sep 17 00:00:00 2001 From: Guilherme Kruger Date: Wed, 20 Sep 2023 22:33:25 +0200 Subject: [PATCH] Update azure-static-web-apps-python.yml.template GitHub no longer supports Ubuntu 18.04 --- .github/workflows/azure-static-web-apps-python.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-python.yml.template b/.github/workflows/azure-static-web-apps-python.yml.template index 0570212d..dfdff1a6 100644 --- a/.github/workflows/azure-static-web-apps-python.yml.template +++ b/.github/workflows/azure-static-web-apps-python.yml.template @@ -17,7 +17,7 @@ env: jobs: build_and_deploy_job: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: Build and Deploy Job steps: - name: Checkout GitHub Action