Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent dd58711 commit 0b9ecb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
badges:
name: Badges
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
# example splitting all tests across GitHub machines
prepare:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
# explicitly set the output of this job
# so that other jobs can use it
outputs:
Expand All @@ -26,7 +26,7 @@ jobs:

# two jobs that split 2 explicit specs
test-spec:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -48,7 +48,7 @@ jobs:

test-split:
needs: prepare
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }}
Expand All @@ -73,7 +73,7 @@ jobs:
SPLIT_INDEX: ${{ strategy.job-index }}

test-empty:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
test-workflow-e2e,
test-workflow-component,
]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
Expand Down

0 comments on commit 0b9ecb0

Please sign in to comment.