Skip to content

Commit

Permalink
Remove indentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinoella committed Jan 24, 2024
1 parent 095cd9f commit a6ef410
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
- os: macos-latest
osx_cmake_target: arm64
osx_conan_target: armv8
- os: macos-latest
Expand Down Expand Up @@ -78,7 +78,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest ]
include:
- os: macos-latest
osx_cmake_target: arm64
osx_conan_target: armv8
- os: macos-latest
cmake_target: x86_64
conan_target: x86_64
- os: windows-latest
runs-on: ${{ matrix.os }}
env:
OSX_CMAKE_TARGET: ${{ matrix.osx_cmake_target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
- os: macos-latest
osx_cmake_target: arm64
osx_conan_target: armv8
- os: macos-latest
Expand Down

0 comments on commit a6ef410

Please sign in to comment.