Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/install_dummy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
install_dummy_app:
name: Dummy App
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
RUBY_VERSION: "3.2"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solidus_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
solidus_installer:
name: Test Installer
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
DB: sqlite
RUBY_VERSION: "3.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_solidus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
RSpec:
name: Rails ${{ matrix.rails }}, Ruby ${{ matrix.ruby }}, ${{ matrix.database }}, ${{ matrix.storage }}
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_solidus_rubocops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
test:
name: Run Solidus Rubocop tests
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
Expand Down
Loading