We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69d4bc commit c5e359bCopy full SHA for c5e359b
.github/workflows/release.yml
@@ -22,8 +22,6 @@ jobs:
22
rid: win-arm64
23
- os: macos-15
24
rid: osx-arm64
25
- - os: macos-15-large
26
- rid: osx-x64
27
28
runs-on: ${{ matrix.os }}
29
@@ -78,6 +76,5 @@ jobs:
78
76
./dist/dotnet-http-linux-arm64/dotnet-httpie \
79
77
./dist/dotnet-http-linux-x64/dotnet-httpie \
80
./dist/dotnet-http-osx-arm64/dotnet-httpie \
81
- ./dist/dotnet-http-osx-x64/dotnet-httpie \
82
./dist/dotnet-http-win-arm64/dotnet-httpie.exe \
83
./dist/dotnet-http-win-x64/dotnet-httpie.exe
0 commit comments