Skip to content

Commit

Permalink
Merge branch 'master' of github.com:slcs-jsc/jurassic
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Oct 2, 2024
2 parents 8bea013 + 5c35d4d commit 58ab715
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
run:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: fetch
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:

deploying_mkdoc:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: mkdocs
uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
cd docs ; mkdocs gh-deploy --force --clean --verbose

deploying_doxygen:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: deploying_mkdoc
steps:
- name: doxygen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install
Expand Down

0 comments on commit 58ab715

Please sign in to comment.