From 13647bbef2058822d07ce3d3a660c29b4b03b0e7 Mon Sep 17 00:00:00 2001 From: Jan Kessler Date: Thu, 14 Nov 2024 10:33:27 +0100 Subject: [PATCH] fix Github CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0c9f95c..a4f31a2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ env: - RUBY_VERSION: 3.3.4 + RUBY_VERSION: 3.3 DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres name: CI @@ -15,7 +15,7 @@ on: jobs: test: name: Rubocop + Rails Test - runs-on: ubuntu-24.10 + runs-on: ubuntu-24.04 services: postgres: