Skip to content

Commit

Permalink
feat: pin CI image to ubuntu-24.04 for reproducibility
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab authored and urish committed Sep 30, 2024
1 parent 233201d commit 596f8bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion .github/workflows/fpga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
fpga:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 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 @@ -20,14 +20,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

gl_test:
needs: gds
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:

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
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 596f8bb

Please sign in to comment.