Use ubuntu-latest for all GH actions runners (#33473)

This commit is contained in:
Matt Jankowski 2025-01-06 13:24:04 -05:00 committed by GitHub
parent ef39398b82
commit 24554bb6b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ permissions:
jobs:
check-i18n:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@ -174,7 +174,7 @@ jobs:
test-libvips:
name: Libvips tests
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs:
- build