fix: update build environment to use ubuntu-latest
Some checks failed
build / build (push) Failing after 3m36s

This commit is contained in:
2025-11-04 20:25:14 +00:00
committed by GitHub
parent 2f98d1a386
commit c634b72a08

View File

@@ -8,7 +8,7 @@ on: [pull_request, push]
jobs: jobs:
build: build:
runs-on: ubuntu-24.04 runs-on: ubuntu-latest
steps: steps:
- name: checkout repository - name: checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4