diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39158c1f..7b97e9a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: run: npm run lint test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -92,4 +92,4 @@ jobs: uses: chromaui/action@latest with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - autoAcceptChanges: "main" + autoAcceptChanges: "main" \ No newline at end of file