Skip to content

Commit

Permalink
bugfix to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Dec 24, 2024
1 parent a2d186e commit 8306cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
test_linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: wget https://github.com/jgm/pandoc/releases/download/3.4/pandoc-3.4-1-amd64.deb -O pandoc.deb && sudo dpkg -i pandoc.deb

- name: Compile Document
run: ./script/general/docstopdf.sh
run: ./script/docstopdf.sh

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 8306cb8

Please sign in to comment.