1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 23:26:01 +02:00

.github/workflows: use ubuntu-latest

This is now Ubuntu 24.04.

See: https://github.com/actions/runner-images
This commit is contained in:
2025-01-30 11:28:32 +03:00
parent 9903ada97a
commit 2b0568de30

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4