Skip to content

Commit

Permalink
first test
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 1, 2024
1 parent 581f0c4 commit a656ece
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit a656ece

Please sign in to comment.