From e7cfec07d1de0679b631aa9abcbd6d4bfd4d58c8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 17 Dec 2024 09:50:03 -0600 Subject: [PATCH] updated ubuntu version --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 36bbaa0..cdc4464 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ on: jobs: tests: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -44,7 +44,7 @@ jobs: uses: codecov/codecov-action@v3 coding-style: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -61,7 +61,7 @@ jobs: vendor/bin/php-cs-fixer fix --dry-run --diff --allow-risky=yes static-analysis: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4