Update Github actions to ubuntu-22.04

This commit is contained in:
md_5 2023-04-04 07:20:07 +10:00
parent a7ad407f4b
commit bd7bd2739a
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
strategy: strategy:
fail-fast: false fail-fast: false