Switch GitHub Actions workflow runner to ubuntu-latest

This commit is contained in:
2025-11-04 22:50:00 +01:00
parent 6acf030e74
commit fe3181d9a3

View File

@@ -11,7 +11,7 @@ on:
jobs:
scrape:
runs-on: ubuntu-slim
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4