We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4328f54 + e0d031c commit 658bf38Copy full SHA for 658bf38
1 file changed
.github/workflows/nuget-publish.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build-and-test:
12
- runs-on: ubuntu-latest # or ubuntu-latest if using include-runtime
+ runs-on: ubuntu-22.04 # or ubuntu-latest if using include-runtime
13
permissions:
14
id-token: write # enable GitHub OIDC token issuance for this job
15
strategy:
0 commit comments