Skip to content

Commit

Permalink
Merge pull request #2 from htfab/main
Browse files Browse the repository at this point in the history
fix: pin CI image to ubuntu-24.04
  • Loading branch information
htfab authored Oct 18, 2024
2 parents 5e07b1e + 5d1b7c4 commit cf65198
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 @@ -18,14 +18,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 @@ -37,7 +37,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 cf65198

Please sign in to comment.