Skip to content

Commit

Permalink
mysql build on arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Jan 20, 2025
1 parent 27c5ab5 commit 64b05e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_e2e-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
get-matrix:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
name: "Get matrix"
outputs:
matrix: ${{ steps.matrix.outputs.prop }}
Expand All @@ -43,7 +43,7 @@ jobs:

behat-no-js:
needs: get-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
name: "Non-JS, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} (${{ matrix.env || 'test_cached' }}), MySQL ${{ matrix.mysql }}, Twig ${{ matrix.twig }}"
timeout-minutes: 45
strategy:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

behat-ui-js-chromedriver:
needs: get-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
name: "JS with Chromedriver, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} (${{ matrix.env || 'test_cached' }}), MySQL ${{ matrix.mysql }}, Twig ${{ matrix.twig }}"
timeout-minutes: 45
strategy:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

behat-ui-js-panther:
needs: get-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
name: "JS with Panther, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} (${{ matrix.env || 'test_cached' }}), MySQL ${{ matrix.mysql }}, Twig ${{ matrix.twig }}"
timeout-minutes: 45
strategy:
Expand Down

0 comments on commit 64b05e5

Please sign in to comment.