From 82ca18970d93111378926e0abe3416f2c237a363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 18:29:03 +0000 Subject: [PATCH] chore(deps): update ubuntu to v22 --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/site.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a783ab9..b73c85b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - name: Checkout current branch @@ -30,7 +30,7 @@ jobs: run: ./sbt check test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 needs: lint strategy: @@ -59,7 +59,7 @@ jobs: run: ./sbt ++${{ matrix.scala }}! integration/test website: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - name: Checkout current branch @@ -76,7 +76,7 @@ jobs: run: ./sbt docs/docusaurusCreateSite publish-local: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 steps: - name: Checkout current branch @@ -93,14 +93,14 @@ jobs: run: ./sbt +publishLocal ci: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [ test, website, publish-local ] steps: - name: Aggregate outcomes run: echo "build succeeded" publish: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 needs: [ ci ] if: github.event_name != 'pull_request' diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 0ef6f2abc..a434f7d6f 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -10,7 +10,7 @@ on: jobs: publish: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 30 steps: - name: Checkout current branch