We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b6fec commit 68d1c18Copy full SHA for 68d1c18
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.runs-on }}
15
strategy:
16
matrix:
17
- runs-on: [windows-2022, ubuntu-22.04, ubuntu-22.04-arm, macos-13]
+ runs-on: [windows-2022, ubuntu-22.04, ubuntu-22.04-arm, macos-13, macos-15]
18
steps:
19
- uses: actions/checkout@v4
20
- name: Setup NuGet Source
0 commit comments