Skip to content

Commit ce82fc4

Browse files
committed
[D-358] assignable_values - Switch to Ubuntu 24.04 image
Issue: https://linear.app/makandra/issue/D-358/assignable-values
1 parent dc85937 commit ce82fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Tests
99
- master
1010
jobs:
1111
test_mysql:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
services:
1414
mysql:
1515
image: mysql:5.7
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run tests
4949
run: bundle exec rspec
5050
test_pg:
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-24.04
5252
services:
5353
postgres:
5454
image: postgres

0 commit comments

Comments
 (0)