From a656eced3ea99caaae2e65b6c0c7c2c4457d2419 Mon Sep 17 00:00:00 2001 From: Nicklas Larsson Date: Thu, 1 Feb 2024 19:45:39 +0100 Subject: [PATCH] first test --- .github/workflows/macos.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ad376fa63e2..0d23858bed2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,14 +4,8 @@ name: macOS # Build and run tests on macOS on: - push: - branches: - - main - - releasebranch_* - pull_request: - branches: - - main - - releasebranch_* + - push + env: CACHE_NUMBER: 0 concurrency: @@ -20,7 +14,7 @@ concurrency: jobs: macos_build: name: macOS build - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup Mambaforge @@ -39,7 +33,7 @@ jobs: uses: actions/cache@v4 with: path: ~/miniconda3/envs/grass-env - key: conda-macos-x86_64-${{ + key: conda-macos-arm64-${{ steps.get-date.outputs.today }}-${{ hashFiles('.github/workflows/macos_dependencies.txt') }}-${{ env.CACHE_NUMBER }}