Update main.yml

ubuntu-20.04 is about to get removed, Ubuntu 20.04 and Debian 11 support will be lost
This commit is contained in:
CabbageRoll
2025-05-01 15:20:25 +00:00
committed by GitHub
parent 517f43da91
commit d9907877b1

View File

@@ -12,7 +12,7 @@ on:
jobs:
build-linux:
name: build-linux
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@main