mirror of
https://github.com/mastodon/mastodon
synced 2025-01-10 20:03:22 +09:00
Use ubuntu-latest
for all GH actions runners (#33473)
This commit is contained in:
parent
ef39398b82
commit
24554bb6b9
2
.github/workflows/check-i18n.yml
vendored
2
.github/workflows/check-i18n.yml
vendored
@ -18,7 +18,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-i18n:
|
check-i18n:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
2
.github/workflows/test-ruby.yml
vendored
2
.github/workflows/test-ruby.yml
vendored
@ -174,7 +174,7 @@ jobs:
|
|||||||
|
|
||||||
test-libvips:
|
test-libvips:
|
||||||
name: Libvips tests
|
name: Libvips tests
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
Loading…
Reference in New Issue
Block a user