Skip to content

Commit

Permalink
Restrict image to ubuntu 22.04
Browse files Browse the repository at this point in the history
Ubuntu latest does not have imagemagick.
  • Loading branch information
mamhoff committed Jan 14, 2025
1 parent 33952c6 commit a4c50cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
brakeman-scan:
name: Brakeman Scan
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
RSpec:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
path: spec/dummy/tmp/screenshots

Lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
ALCHEMY_BRANCH: 7.3-stable
steps:
Expand Down

0 comments on commit a4c50cd

Please sign in to comment.