diff --git a/.changeset/blank-cherries-laugh.md b/.changeset/blank-cherries-laugh.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/blank-cherries-laugh.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b65caf96cd..ca456c5da6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: name: Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout Repo uses: actions/checkout@v3