Skip to content

Commit d44de7b

Browse files
Switching nightly script back to windows-2019
Our integration test script doesn't work on ubuntu-latest. Switching back to `windows-2019`.
1 parent 396a144 commit d44de7b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
nightly:
2727

28-
runs-on: ubuntu-latest
28+
runs-on: windows-2019
2929

3030
env:
3131
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
@@ -36,11 +36,6 @@ jobs:
3636
uses: actions/checkout@v2
3737
with:
3838
ref: ${{ github.event.client_payload.ref || github.ref }}
39-
40-
- name: Setup .NET Core
41-
uses: actions/setup-dotnet@v1
42-
with:
43-
dotnet-version: 2.2.108
4439

4540
- name: Build with dotnet
4641
run: dotnet build FirebaseAdmin/FirebaseAdmin

0 commit comments

Comments
 (0)