Skip to content

Commit 7655928

Browse files
committed
add macos26
1 parent f72ed36 commit 7655928

1 file changed

Lines changed: 23 additions & 24 deletions

File tree

.github/workflows/osx.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,35 @@ jobs:
1212
strategy:
1313
matrix:
1414
os:
15-
- 13
1615
- 14
1716
- 15
17+
- 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
42-
43-
- name: Test
44-
run: |
45-
cd build/test
46-
./test_xtl
39+
- name: Build
40+
shell: bash -l {0}
41+
run: ninja -C build test_xtl
4742

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

0 commit comments

Comments
 (0)