Skip to content

Commit

Permalink
Merge pull request #46 from project-tsurugi/ci-ubuntu-version
Browse files Browse the repository at this point in the history
ci: modify runs-on for preventing ubuntu-latest
  • Loading branch information
akirakw authored Jan 7, 2025
2 parents 5c0dc50 + adb55ec commit 054079e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency: ${{ github.workflow }}

jobs:
Publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
timeout-minutes: 30
Expand Down

0 comments on commit 054079e

Please sign in to comment.