fix: update workflows to ubuntu-22.04

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2024-01-11 00:04:38 -05:00
parent 93372cef5e
commit ebb9f55b03
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ permissions:
jobs:
ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository ✨ (non-dependabot)
if: ${{ github.actor != 'dependabot[bot]' }}

View file

@ -9,7 +9,7 @@ permissions:
jobs:
ct:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository ✨ (non-dependabot)
if: ${{ github.actor != 'dependabot[bot]' }}

View file

@ -16,7 +16,7 @@ on:
jobs:
release:
name: 'Build, Test, Publish'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository ✨
uses: actions/checkout@v4