From 981897869488bea45f21d19e4000a04012de3620 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 5 Sep 2024 21:11:49 +0530 Subject: [PATCH] Test only on `ubuntu-latest` os --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ed3e6b6d..e4ed5c41d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: