Skip to content

Commit

Permalink
ci: pin ubuntu runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 21, 2024
1 parent 722b09f commit 2e37fe5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
formal:
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/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Uncomment the following line to build only the specified projects:
#TT_ONLY_PROJECTS: tt_um_chip_rom,tt_um_factory_test

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/project_submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check_submission:
name: Check user project submission
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
precheck:
name: Run precheck
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
PDK_ROOT: '/home/runner/pdk'
PDK_VERSION: 'e0f692f46654d6c7c99fc70a0c94a080dab53571'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tt_datasheet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build_datasheet:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
TT_CONFIG: ihp-sg13g2.yaml
steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
MPW_TAG: mpw-9a

# ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 2e37fe5

Please sign in to comment.