From 4b567be0f15e4fc7df841944284f118351e6c9bc Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 14:17:08 +0100 Subject: [PATCH] Update cfpages-deploy.yml --- .github/workflows/cfpages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cfpages-deploy.yml b/.github/workflows/cfpages-deploy.yml index 3650d60..d767e4a 100644 --- a/.github/workflows/cfpages-deploy.yml +++ b/.github/workflows/cfpages-deploy.yml @@ -6,7 +6,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: # 1. Checkout the repository code