Skip to content

Commit

Permalink
Move runs-on line in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jan 7, 2025
1 parent 430177d commit 0174fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:

jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand All @@ -21,6 +20,7 @@ jobs:
- { os: ubuntu-22.04, ruby: "1.9.3" }
- { os: ubuntu-22.04, ruby: jruby-9.1 }
- { os: ubuntu-22.04, ruby: jruby-9.2 }
runs-on: ${{ matrix.os }}
name: ${{ matrix.ruby }}
env:
BUNDLE_GEMFILE: .ci.gemfile
Expand Down

0 comments on commit 0174fc8

Please sign in to comment.