Skip to content

Commit

Permalink
[nfc] Bump GitHub Runner Images
Browse files Browse the repository at this point in the history
Switch from Ubuntu 22.04 to 24.04.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Nov 15, 2024
1 parent 525a9d2 commit 201df32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-circt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
cd-circt:
name: 'Check Version, Create PR'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: 'circt/update-circt'
uses: circt/update-circt@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
markdown-to-pdf:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update-contributors:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: "Checkout chipsalliance/firrtl-spec"
uses: actions/checkout@v4
Expand Down

0 comments on commit 201df32

Please sign in to comment.