Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 50 additions & 80 deletions .ci/Manifest-v1.12.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/build-reactant-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: 'Julia version'
required: false
type: string
default: '1.7.3'
default: '1.12.6'
os:
description: 'OS/Runner'
required: false
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Build Reactant
timeout-minutes: 120
run: |
julia --color=yes --threads=16 build_tarballs.jl --verbose ${{ matrix.platform }}
julia --color=yes build_tarballs.jl --verbose ${{ matrix.platform }}
working-directory: ${{ inputs.build_project }}
env:
ENZYME_JAX_COMMIT: ${{ inputs.enzyme_jax_commit }}
Expand Down