Change Docker build runner to ubuntu-latest

This commit is contained in:
Ruins
2026-04-01 13:46:27 +09:00
committed by GitHub
parent 0119ff2696
commit 9707b8f6f2
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs: jobs:
docker-build: docker-build:
runs-on: ubuntu-slim runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
packages: write packages: write