From 312660eeaa85e4a350b3bb97103db1d2b59b577b Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Tue, 5 Mar 2024 03:11:21 +0100 Subject: [PATCH] Update enzyme-ci.yml --- .github/workflows/enzyme-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/enzyme-ci.yml b/.github/workflows/enzyme-ci.yml index 5f8e9ea6e524..6ab46a8b08d8 100644 --- a/.github/workflows/enzyme-ci.yml +++ b/.github/workflows/enzyme-ci.yml @@ -56,13 +56,14 @@ jobs: build-macos: name: Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS - runs-on: macos-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: llvm: ["12", "13", "14", "15", "16"] build: ["Release", "Debug"] # "RelWithDebInfo" + os: [macos-12, macos-14] timeout-minutes: 30 steps: @@ -95,13 +96,14 @@ jobs: build-xcode: name: Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS XCode - runs-on: macos-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: llvm: ["13"] #, "14"] build: ["Release"] # "RelWithDebInfo" + os: [macos-12, macos-14] timeout-minutes: 30 steps: