From 3003a67a713a0e939f6b2975a6106e53c35fe57d Mon Sep 17 00:00:00 2001 From: Andrew Fuller Date: Mon, 24 Feb 2025 13:56:16 -0500 Subject: [PATCH] Move TGG Unit Tests to 22.04 (#18227) ### Ticket #14393 ### Problem description 20.04 is going the way of the Dodo. ### What's changed Flipped TGG-Unit to 22.04 ### Checklist - [x] TGG Unit [passes](https://github.com/tenstorrent/tt-metal/actions/runs/13504215225) --- .github/workflows/tgg-unit-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tgg-unit-tests.yaml b/.github/workflows/tgg-unit-tests.yaml index 9d1bba42a64..9251d491e36 100644 --- a/.github/workflows/tgg-unit-tests.yaml +++ b/.github/workflows/tgg-unit-tests.yaml @@ -10,6 +10,7 @@ jobs: uses: ./.github/workflows/build-artifact.yaml secrets: inherit with: + version: "22.04" build-wheel: true TGG-tests: needs: build-artifact