Skip to content

Commit

Permalink
Downgrade Ubuntu for sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Nov 5, 2024
1 parent 1d6bede commit 482aa5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.04
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand All @@ -27,14 +27,14 @@ jobs:

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

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

viewer:
needs: gds
runs-on: ubuntu-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 482aa5c

Please sign in to comment.