Skip to content

Commit

Permalink
ci: modify runs-on for preventing ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jan 7, 2025
1 parent b9b72c1 commit daea99a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
Build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
checks: write
timeout-minutes: 30
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch, workflow_call]

jobs:
Prepare:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 30
defaults:
run:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:

Deplpy:
needs: Prepare
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pages: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch, workflow_call]

jobs:
Publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 30
defaults:
run:
Expand Down

0 comments on commit daea99a

Please sign in to comment.