Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ubuntu to v24 #67

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/rails-tests-linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:
Tests:
# You must use a Linux environment when using service containers or container jobs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
RAILS_ENV: test
TEST_DATABASE_URL: "postgres:///${{inputs.test_database_name || github.event.repository.name}}"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
id: test_job_result
run: echo "test_job_result=${{job.status}}" >> $GITHUB_OUTPUT
Linters:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
linters_job_result: ${{ steps.linters_job_result.outputs.linters_job_result }}
steps:
Expand Down