Skip to content

Commit a8bc018

Browse files
committed
fix gh action windows runner image
1 parent a6d29ee commit a8bc018

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [windows-2022, macos-15]
14+
os: [windows-2025, macos-15]
1515

1616
runs-on: ${{ matrix.os }}
1717

@@ -20,10 +20,6 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
path: "SQLitePCL.raw"
23-
- uses: actions/checkout@v2
24-
with:
25-
repository: ericsink/cb
26-
path: "cb"
2723
- name: Setup .NET
2824
uses: actions/setup-dotnet@v4
2925
with:

0 commit comments

Comments
 (0)