Skip to content

Commit c38f202

Browse files
authored
Update ubuntu.yml
1 parent d6a7b5a commit c38f202

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: 8.0.x
26+
cache: true
2627
- name: Restore dependencies
2728
run: dotnet restore
2829
- name: Build
@@ -38,7 +39,7 @@ jobs:
3839
needs: build
3940
strategy:
4041
matrix:
41-
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
42+
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
4243

4344
runs-on: ${{ matrix.os }}
4445

@@ -61,6 +62,7 @@ jobs:
6162
uses: actions/setup-dotnet@v4
6263
with:
6364
dotnet-version: 8.0.x
65+
cache: true
6466
- name: List refs
6567
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6668
- name: Delete reference

0 commit comments

Comments
 (0)