Skip to content

Commit

Permalink
Update enzyme-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Mar 5, 2024
1 parent 0b62188 commit 312660e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/enzyme-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 312660e

Please sign in to comment.