From 85743bd38f47ff5a52bed340ba6ee1de4be50c4e Mon Sep 17 00:00:00 2001 From: Massimo Paladin Date: Tue, 11 Mar 2025 15:09:51 +0100 Subject: [PATCH] GH actions: use ubuntu-latest instead of ubuntu-20.04 --- .github/workflows/main.yml | 2 +- .github/workflows/update_quickfix_status.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2869f01e9b..1f29db14bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: pull-requests: read # Get the list and metadata of open new-rule PRs contents: write # Get the contents of open new-rule PRs, the 'master'; write to 'gh-pages' branch diff --git a/.github/workflows/update_quickfix_status.yml b/.github/workflows/update_quickfix_status.yml index 2f9635588e..0be439bd49 100644 --- a/.github/workflows/update_quickfix_status.yml +++ b/.github/workflows/update_quickfix_status.yml @@ -25,7 +25,7 @@ on: jobs: update_quickfix_status: name: Update quick fix status - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: write pull-requests: write