Skip to content

Commit

Permalink
rubocop-rake and others
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 5, 2025
1 parent 6ccf6a9 commit f8b4d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-2022, macos-15]
java: [11, 17, 21]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name: shellcheck
jobs:
shellcheck:
timeout-minutes: 15
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
Expand Down

0 comments on commit f8b4d5e

Please sign in to comment.