Skip to content

Commit

Permalink
Merge pull request #495 from fmasuhr/fmasuhr-patch-1
Browse files Browse the repository at this point in the history
Update ubuntu runtime
  • Loading branch information
fmasuhr authored Dec 14, 2023
2 parents eb3e372 + 07cdf71 commit e7b2b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
dependabot:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.actor == 'dependabot[bot]'

steps:
Expand Down
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 e7b2b4a

Please sign in to comment.