Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
feat: pin CI image to ubuntu-24.04 for reproducability
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab authored and urish committed Oct 14, 2024
1 parent 2b11fc2 commit 3c86dc4
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 @@ -6,7 +6,7 @@ on:

jobs:
docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
gds:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand All @@ -29,14 +29,14 @@ jobs:

precheck:
needs: gds
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Run Tiny Tapeout Precheck
uses: TinyTapeout/tt-gds-action/precheck@tt09

viewer:
needs: gds
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
Expand Down

0 comments on commit 3c86dc4

Please sign in to comment.