Skip to content

Commit

Permalink
does this fix ll?
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Dec 3, 2024
1 parent d56728f commit ac9acf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ll-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
js-unit-test:
name: 'labware library unit tests'
timeout-minutes: 20
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-node@v4'
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: 'labware library e2e tests'
needs: ['js-unit-test']
timeout-minutes: 30
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
steps:
- uses: 'actions/checkout@v4'
# https://github.com/actions/checkout/issues/290
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
name: 'build labware library artifact'
needs: ['js-unit-test']
timeout-minutes: 30
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
if: github.event_name != 'pull_request'
steps:
- uses: 'actions/checkout@v4'
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
path: labware-library/dist
deploy-ll:
name: 'deploy LL artifact to S3'
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
needs: ['js-unit-test', 'e2e-test', 'build-ll']
if: github.event_name != 'pull_request'
steps:
Expand Down

0 comments on commit ac9acf5

Please sign in to comment.