Skip to content

Commit 1f40a46

Browse files
committed
Revert formatting changes in osx.yml and xhalf_float_impl.hpp
- Reset indentation in .github/workflows/osx.yml to original style - Restore trailing spaces in include/xtl/xhalf_float_impl.hpp - Keep only meaningful code changes: macos version update, [[maybe_unused]] attribute
1 parent 475a73d commit 1f40a46

File tree

2 files changed

+250
-250
lines changed

2 files changed

+250
-250
lines changed

.github/workflows/osx.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@ jobs:
1616
- 15
1717
- 26
1818
runs-on: macos-${{ matrix.os }}
19-
name: "macos-${{ matrix.os }}"
19+
name: 'macos-${{ matrix.os }}'
2020

2121
steps:
22-
- name: Checkout code
23-
uses: actions/checkout@v3
22+
- name: Checkout code
23+
uses: actions/checkout@v3
2424

25-
- name: Set mamba environment
26-
uses: mamba-org/setup-micromamba@v1
27-
with:
28-
environment-file: environment-dev.yml
29-
cache-environment: true
25+
- name: Set mamba environment
26+
uses: mamba-org/setup-micromamba@v1
27+
with:
28+
environment-file: environment-dev.yml
29+
cache-environment: true
3030

31-
- name: Configure
32-
shell: bash -l {0}
33-
run: |
34-
mkdir -p build
35-
cd build
36-
cmake .. -DBUILD_TESTS=ON \
37-
-GNinja
31+
- name: Configure
32+
shell: bash -l {0}
33+
run: |
34+
mkdir -p build
35+
cd build
36+
cmake .. -DBUILD_TESTS=ON \
37+
-GNinja
3838
39-
- name: Build
40-
shell: bash -l {0}
41-
run: ninja -C build test_xtl
39+
- name: Build
40+
shell: bash -l {0}
41+
run: ninja -C build test_xtl
4242

43-
- name: Test
44-
run: |
45-
cd build/test
46-
./test_xtl
43+
- name: Test
44+
run: |
45+
cd build/test
46+
./test_xtl

0 commit comments

Comments
 (0)