Merge pull request #2126 from su2code/dependabot/github_actions/actio… #168
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' |