Skip to content

Commit

Permalink
stick to ubuntu-22.04 on failing github workflows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Dec 15, 2024
1 parent cbb770f commit 841beab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: 45 4 * * 2
jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
ruby:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
bundler-cache: true
- run: script/update_worker_options_in_readme -n
coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CC_TEST_REPORTER_ID: b433c6540d220a2da0663670c9b260806bafdb3a43c6f22b2e81bfb1f87b12fe
steps:
Expand Down

0 comments on commit 841beab

Please sign in to comment.