Skip to content

Commit ae2bcfa

Browse files
committed
add macos
1 parent 0e81dec commit ae2bcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
windows:
13+
run:
1414
runs-on: ${{ matrix.runs-on }}
1515
strategy:
1616
matrix:
17-
runs-on: [windows-2022, ubuntu-22.04, ubuntu-22.04-arm]
17+
runs-on: [windows-2022, ubuntu-22.04, ubuntu-22.04-arm, macos-13, macos-15]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Setup NuGet Source

0 commit comments

Comments
 (0)