Skip to content

Commit

Permalink
Test only on ubuntu-latest os
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Sep 5, 2024
1 parent 2ac1302 commit 9818978
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,14 +8,13 @@ on:
- "2.5-stable"
jobs:
build:
name: "Test with Jekyll ${{ matrix.jekyll }} (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})"
runs-on: "${{ matrix.os }}-latest"
name: "Test with Jekyll ${{ matrix.jekyll }} (Ruby ${{ matrix.ruby }})"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jekyll: ["~> 3.9", "~> 4.2"]
ruby: ["2.7", "3.3"]
os: ["ubuntu", "macos", "windows"]
env:
JEKYLL_VERSION: ${{ matrix.jekyll }}
steps:
Expand Down

0 comments on commit 9818978

Please sign in to comment.