Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
coolxv committed Feb 4, 2024
1 parent 00fa286 commit d9d1b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make-test-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os == 'windows-latest' }}

- name: Build and run tests (Windows X64)
- name: Build and run tests (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
wmic cpu
Expand All @@ -46,7 +46,7 @@ jobs:
working-directory: ${{ github.workspace }}/test
shell: pwsh

- name: Build and run tests (Ubuntu X64)
- name: Build and run tests (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
lscpu
Expand All @@ -68,7 +68,7 @@ jobs:
echo "--- done RUNNING $f ---"
done
working-directory: ${{ github.workspace }}/test
- name: Build and run tests (Macos Arm64)
- name: Build and run tests (Macos)
if: ${{ matrix.os == 'macos-latest' }}
run: |
sysctl hw
Expand Down

0 comments on commit d9d1b7f

Please sign in to comment.