From 78dad7b47f0137355fbc40be7b48c565a0873d2d Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Tue, 23 May 2023 06:29:46 -0400 Subject: [PATCH] [ci] fix stalled CI runs --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dea4167b3..4d25c94f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: coding-standards: name: "Coding Standards (${{ matrix.php-version }})" - runs-on: "ubuntu-18.04" + runs-on: ubuntu-latest strategy: fail-fast: false @@ -59,7 +59,7 @@ jobs: test: name: "PHP ${{ matrix.php-version }} + @${{ matrix.symfony-version }} ${{ matrix.dependency-versions }} deps" - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest services: mysql: