Skip to content

Commit

Permalink
Merge pull request #21 from sittercity/sc-192295
Browse files Browse the repository at this point in the history
sc-192295: use ubuntu-24.04 for github actions
  • Loading branch information
emourant authored Feb 12, 2025
2 parents 59cc208 + da8a2a6 commit e17dca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem_push_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
build:
name: Test + Build + Publish
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:
name: Build + Publish
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e17dca7

Please sign in to comment.