Merge pull request #2350 from su2code/fix_loop_variable #235
This file contains 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: 'ARM64' |