use ubuntu 22.04 for all github actions

This commit is contained in:
woodser 2025-01-15 09:20:52 -05:00
parent 69da858365
commit 97475d84e9
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -18,7 +18,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read

View file

@ -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