diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 41f3ed5..379e19f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -11,7 +11,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -31,7 +31,7 @@ jobs: run: yarn lint:all format: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: run: yarn fmt:check test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -79,7 +79,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} test-types: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -102,7 +102,7 @@ jobs: CI: true storybook: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -282,7 +282,7 @@ jobs: e2e-web: needs: compile - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -323,7 +323,7 @@ jobs: preview-web: needs: [compile, storybook] if: github.event_name == 'pull_request' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -368,7 +368,7 @@ jobs: release-web-prod: needs: [e2e-web, test, storybook] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.event_name != 'pull_request' steps: - name: Fetch compiled source @@ -388,7 +388,7 @@ jobs: release-app: needs: [build-and-test-app, test] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.event_name != 'pull_request' steps: - name: Fetch binaries