We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e7493 commit 9eda508Copy full SHA for 9eda508
1 file changed
.github/workflows/build-native-nuget.yml
@@ -16,7 +16,7 @@ env:
16
17
jobs:
18
build-all:
19
- runs-on: ${{ matrix.rid == 'osx-x64' && 'macos-13' || matrix.rid == 'osx-arm64' && 'macos-15' || 'ubuntu-22.04' }}
+ runs-on: ${{ matrix.rid == 'osx-x64' && 'macos-13' || matrix.rid == 'osx-arm64' && 'macos-13' || 'ubuntu-22.04' }}
20
strategy:
21
matrix:
22
include:
0 commit comments