From 97475d84e9cb15f6810da41a143471845ad298c1 Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 15 Jan 2025 09:20:52 -0500 Subject: [PATCH] use ubuntu 22.04 for all github actions --- .github/workflows/codacy-code-reporter.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/label.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codacy-code-reporter.yml b/.github/workflows/codacy-code-reporter.yml index 1bf5b3cec5..be76ef35ef 100644 --- a/.github/workflows/codacy-code-reporter.yml +++ b/.github/workflows/codacy-code-reporter.yml @@ -9,7 +9,7 @@ jobs: build: if: github.repository == 'haveno-dex/haveno' name: Publish coverage - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8b8699ad69..e6498b3e16 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,7 +18,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: actions: read contents: read diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index d29b0e28eb..50ece9050c 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -7,7 +7,7 @@ on: jobs: issueLabeled: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Bounty explanation uses: peter-evans/create-or-update-comment@v3