Skip to content

Commit

Permalink
CI: Fix grammar and mark MacOS workflow as ARM64 not x86_64
Browse files Browse the repository at this point in the history
Looks like GitHub now uses arm64 machines for MacOS workflows.

Signed-off-by: Mobin Aydinfar <[email protected]>
  • Loading branch information
mobin-2008 committed Jul 24, 2024
1 parent 6202845 commit 9dddab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regular_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
fail-fast: false # Upload src/igr-tests/*/output/* files in igr-tests
matrix:
include:
- arch: 'amd64'
- arch: 'arm64'

steps:
- uses: actions/checkout@v4
# on MacOS, g++ symlinked to clang++
# We must verify that
- name: Verify g++ (it is g++ or clang++?)
- name: Verify g++ (is it g++ or clang++?)
run: g++ --version
- name: Print g++ architecture
run: g++ -dumpmachine
Expand Down

0 comments on commit 9dddab1

Please sign in to comment.