feat: run pipeline on ubuntu-latest

This commit is contained in:
nihonium 2025-10-08 17:13:10 +03:00
parent 6ed7e2fcf1
commit fcaa7dff04
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4