build: ubuntu 20 deprecated

This commit is contained in:
Rafael Taranto 2025-05-23 16:08:21 +01:00
parent bac8813a8d
commit 465dd5af7c
9 changed files with 3 additions and 171 deletions

View file

@ -4,7 +4,7 @@ on: [ workflow_dispatch ]
jobs:
everything:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

View file

@ -11,7 +11,7 @@ env:
jobs:
build-and-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code

View file

@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code