Use the ubuntu-24.04 runners in CI

This commit is contained in:
Quentin Gliech
2025-02-06 10:09:37 +01:00
parent 288e405c95
commit 23d292cd88
10 changed files with 32 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ env:
jobs:
build:
name: Build the documentation
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout the code
uses: actions/checkout@v4.2.2
@@ -56,7 +56,7 @@ jobs:
deploy:
name: Deploy the documentation on GitHub Pages
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build
if: github.ref == 'refs/heads/main'