Skip to content

Commit

Permalink
Update lambdas.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasuhr authored Dec 14, 2023
1 parent eb3e372 commit 37c2c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
lint_javascript:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
directory:
Expand All @@ -27,7 +27,7 @@ jobs:
lint: # this is a workaround, see https://github.community/t/status-check-for-a-matrix-jobs/127354/6
if: ${{ always() }}
needs: [lint_javascript]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check build status of all needed jobs
if: ${{ needs.lint_javascript.result != 'success' }}
Expand Down

0 comments on commit 37c2c54

Please sign in to comment.