Skip to content

Commit

Permalink
chore: update tags for tt10
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab committed Dec 12, 2024
1 parent 3c86dc4 commit 6a6fd67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
submodules: recursive

- name: Build docs
uses: TinyTapeout/tt-gds-action/docs@tt09
uses: TinyTapeout/tt-gds-action/docs@tt10
6 changes: 3 additions & 3 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cmd: echo TOP_MODULE=`yq '.project.top_module' info.yaml` > $GITHUB_OUTPUT

- name: Create and publish the GDS artifact
uses: TinyTapeout/tt-gds-action/custom_gds@tt09
uses: TinyTapeout/tt-gds-action/custom_gds@tt10
with:
top_module: ${{ steps.top_module.outputs.TOP_MODULE }}
gds_path: gds/${{ steps.top_module.outputs.TOP_MODULE }}.gds
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Tiny Tapeout Precheck
uses: TinyTapeout/tt-gds-action/precheck@tt09
uses: TinyTapeout/tt-gds-action/precheck@tt10

viewer:
needs: gds
Expand All @@ -41,4 +41,4 @@ jobs:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
steps:
- uses: TinyTapeout/tt-gds-action/viewer@tt09
- uses: TinyTapeout/tt-gds-action/viewer@tt10

0 comments on commit 6a6fd67

Please sign in to comment.