Skip to content

Commit 0ab11a2

Browse files
committed
Add macOS ci
1 parent dcef678 commit 0ab11a2

File tree

3 files changed

+1527
-46
lines changed

3 files changed

+1527
-46
lines changed

.github/workflows/ci-copier.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
linux-unittests:
10+
unittests:
1111
name: Check project generation
1212
timeout-minutes: 30
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
14+
strategy:
15+
matrix:
16+
# ensure that `sed` behaves well on both Linux and macOS
17+
os: [ubuntu-latest, macos-latest]
1418
steps:
1519
- name: Checkout
1620
uses: actions/checkout@v4

0 commit comments

Comments
 (0)