Skip to content

Commit 658bf38

Browse files
authored
Merge pull request #44 from NavneetHegde/UpdateWithNewExtensionUsingAI
Use ubuntu 22
2 parents 4328f54 + e0d031c commit 658bf38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test:
12-
runs-on: ubuntu-latest # or ubuntu-latest if using include-runtime
12+
runs-on: ubuntu-22.04 # or ubuntu-latest if using include-runtime
1313
permissions:
1414
id-token: write # enable GitHub OIDC token issuance for this job
1515
strategy:

0 commit comments

Comments
 (0)