From 38fa54159c219fe4cb8bd8b2639cdbf9787eae51 Mon Sep 17 00:00:00 2001 From: eparshut Date: Wed, 19 Jun 2024 06:43:01 -0700 Subject: [PATCH] update comment --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe96ac5..4dc6698 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: with: compiler: intel - name: Build C library - # TODO: Ubuntu is phasing out support for 32-bit packages (e.g., `apt install gcc-multilib` - # fails on GitHub's runner); only build the 64-bit version for now. + # Only build the 64-bit version for now since + # ITT API 32-bit support will be discontinued soon run: python buildall.py --force_bits 64 -ft ${{ runner.os != 'macOS' && '-pt -v' || '-v' }} rust_format: