Skip to content

Commit d518eec

Browse files
authored
Merge branch 'main' into fix/widget-code-path
2 parents 3554dc3 + 513569f commit d518eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
build:
2323
name: Build
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -49,7 +49,7 @@ jobs:
4949
environment:
5050
name: github-pages
5151
url: ${{ steps.deployment.outputs.page_url }}
52-
runs-on: ubuntu-22.04
52+
runs-on: ubuntu-latest
5353
if: success() && github.ref == 'refs/heads/main'
5454
needs: build
5555
# Allow one concurrent deployment

0 commit comments

Comments
 (0)