From 20b7fb79bde0e7fba6b23a54cddffc976eea23df Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Thu, 1 Aug 2024 13:51:06 +0200 Subject: [PATCH] Drop running CI jobs on `macos-m1` custom runner --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f1a2e40..8172ea6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macOS-latest, macOS-m1, windows-latest] + os: [ubuntu-latest, macOS-13, macOS-latest, windows-latest] jvm: ['temurin:17'] steps: - uses: actions/checkout@v4 @@ -34,8 +34,6 @@ jobs: - run: echo 'name := "foo"' > build.sbt - id: scala-cli-setup uses: ./ - env: - COURSIER_BIN_DIR: ${{ github.workspace }}/cs/bin with: jvm: ${{ matrix.jvm }} apps: sbt sbtn ammonite bloop:1.4.11