Skip to content

Commit

Permalink
Use ubuntu-22.04 for test image on GH actions
Browse files Browse the repository at this point in the history
Alchemy still needs imagemagick, but ubuntu-24.04 image lacks
support. The jest specs do not need imagemagick.
  • Loading branch information
tvdeyen committed Jan 21, 2025
1 parent f7bab93 commit 8ef4325
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
RSpec:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -49,10 +49,9 @@ jobs:
RAILS_ENV: test
DB_USER: user
DB_PASSWORD: password
DB_PORT: ${{ job.services.mariadb.ports[3306] }}
run: bundle exec rake
Jest:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
NODE_ENV: test
steps:
Expand Down

0 comments on commit 8ef4325

Please sign in to comment.