1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-04-05 14:42:32 +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:
Alan Orth 2025-01-30 11:28:32 +03:00
parent 9903ada97a
commit 2b0568de30
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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