Skip to content

Commit 98b8e12

Browse files
committed
Remove reference to Windows 2019 and temporarily increase timeout to validate build
1 parent 448d937 commit 98b8e12

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: ci/scripts/csharp_test.sh $(pwd)
7474

7575
windows:
76-
name: AMD64 Windows 2019 18.04 C# ${{ matrix.dotnet }}
76+
name: AMD64 Windows C# ${{ matrix.dotnet }}
7777
runs-on: windows-2022
7878
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
7979
timeout-minutes: 15

dev/tasks/tasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ tasks:
632632
env:
633633
PYARROW_TEST_GDB: "OFF"
634634
script: "verify-release-candidate.bat"
635+
timeout: 120
635636

636637
############################## Docker tests ##################################
637638

0 commit comments

Comments
 (0)