Skip to content

Commit

Permalink
Github action Ubuntu and checkout update trial
Browse files Browse the repository at this point in the history
  • Loading branch information
vprigent committed Aug 22, 2024
1 parent d5c22f3 commit 5635c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-20.04" ]
os: [ "ubuntu-24.04" ]
ruby:
- '3.1'
- '3.2'
Expand All @@ -25,7 +25,7 @@ jobs:
RAILS_ENV: test
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5635c98

Please sign in to comment.