Merge branch 'develop' of https://github.com/su2code/su2 into develop #354
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Regression tests running on Linux ARM64 | |
| on: | |
| push: | |
| branches: | |
| - 'develop' | |
| jobs: | |
| build_on_arm64: | |
| name: Run the jobs on Linux ARM64 | |
| uses: './.github/workflows/regression.yml' | |
| with: | |
| runner: 'ubuntu-24.04-arm' |