Skip to content

Commit ad1a521

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Check examples on latest linux and .net version
1 parent aba5f92 commit ad1a521

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test-examples-and-snippets.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ on:
88

99
jobs:
1010
build-examples:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
12+
1213

1314
steps:
1415
- uses: actions/checkout@v4
1516
- name: Setup latest version of dotnet
1617
uses: actions/setup-dotnet@v4
18+
with:
19+
dotnet-version: 'latest'
1720
- name: Build nuget with latest version
1821
run: |
1922
./scripts/pack-nuget.bash

0 commit comments

Comments
 (0)