| commit | 1441caa75f5f00692db9356dada8d0377541d768 | [log] [tgz] |
|---|---|---|
| author | Scott Todd <scott.todd0@gmail.com> | Mon Jan 13 04:09:56 2025 -0800 |
| committer | GitHub <noreply@github.com> | Mon Jan 13 13:09:56 2025 +0100 |
| tree | 8b4c26f75cb8683340e97b0d19c5fd36918a73de | |
| parent | a583b25df17873b9ae214041ba107e47d00f22e1 [diff] |
Enable macOS Tracy CI build. (#19668) This has been broken since https://github.com/iree-org/iree/pull/19625 and is now fixed with https://github.com/iree-org/iree/pull/19653. ci-exactly: runtime_tracing
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b92112..224b5eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -168,10 +168,6 @@ matrix: runs-on: [ubuntu-24.04, windows-2022, macos-14] provider: [tracy, console] - # TODO: re-enable macOS Tracy build once it has no errors - exclude: - - runs-on: macos-14 - provider: tracy env: BUILD_DIR: build-tracing steps: