From a8407c715de1caba760eb0f07dc5b6dd1526fad2 Mon Sep 17 00:00:00 2001 From: Roberto Tyley <52038+rtyley@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:37:42 +0100 Subject: [PATCH] Remove operating systems that we do not use for CI at the Guardian --- .github/workflows/ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24a8421..111501b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,34 +10,13 @@ jobs: matrix: include: - os: ubuntu-22.04 - java: 17 - distribution: temurin - os: ubuntu-24.04 - java: 8 - distribution: zulu - os: macos-14 - java: 8 - distribution: zulu - - os: macos-13 - java: 8 - distribution: zulu - - os: macos-12 - java: 8 - distribution: zulu - - os: windows-2022 - java: 8 - distribution: zulu runs-on: ${{ matrix.os }} env: JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8 steps: - uses: actions/checkout@v4 - - name: Setup JDK - uses: actions/setup-java@v4 - with: - distribution: ${{ matrix.distribution }} - java-version: ${{ matrix.java }} - cache: sbt - uses: ./ - name: Build and test shell: bash