Fixed some CI stuff

This commit is contained in:
rasmus-kirk
2024-12-04 21:20:37 +01:00
parent bf35c981a2
commit 3c80d221c6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ concurrency:
jobs:
generate-doc-options:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
@@ -45,7 +45,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3