Skip to content

Commit

Permalink
Fixed some CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Dec 4, 2024
1 parent bf35c98 commit 3c80d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
workflow_dispatch:

jobs:
generate-doc-options:
runs-on: ubuntu-22.04
check-formatting:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3c80d22

Please sign in to comment.