We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d7ba7 commit 5444f3fCopy full SHA for 5444f3f
2 files changed
.github/workflows/benchmark.yml
@@ -21,7 +21,7 @@ on:
21
default: true
22
23
env:
24
- DOTNET_VERSION: "10.0.103"
+ DOTNET_VERSION: "10.0.x"
25
BASELINE_BRANCH: "next"
26
27
permissions:
.github/workflows/dotnet.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ "next" ]
8
9
10
- DOTNET_VERSION: '10.0.103'
+ DOTNET_VERSION: '10.0.x'
11
NODE_VERSION: '24'
12
13
0 commit comments