Skip to content

Commit bce645a

Browse files
committed
DO NOT MERGE: Temporarily test GitHub Actions on VS2026
1 parent 5976abd commit bce645a

37 files changed

Lines changed: 38 additions & 38 deletions

.github/workflows/Generate-TestWorkflows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ param(
6767

6868
[string[]]$TestFrameworks = @('net10.0', 'net8.0', 'net472', 'net48'), # targets under test: net10.0, net8.0, netstandard2.0, net462
6969

70-
[string[]]$OperatingSystems = @('windows-latest', 'ubuntu-latest'),
70+
[string[]]$OperatingSystems = @('windows-2025-vs2026', 'ubuntu-latest'),
7171

7272
[string[]]$TestPlatforms = @('x64'),
7373

@@ -163,7 +163,7 @@ function Write-TestWorkflow(
163163
[string[]]$Configurations = @('Release'),
164164
[string[]]$TestFrameworks = @('net6.0', 'net48'),
165165
[string[]]$TestPlatforms = @('x64'),
166-
[string[]]$OperatingSystems = @('windows-latest', 'ubuntu-latest', 'macos-latest'),
166+
[string[]]$OperatingSystems = @('windows-2025-vs2026', 'ubuntu-latest', 'macos-latest'),
167167
[string]$DotNet10SDKVersion = $DotNet10SDKVersion,
168168
[string]$DotNet8SDKVersion = $DotNet8SDKVersion) {
169169

.github/workflows/Lucene-Net-Tests-AllProjects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
os: [windows-latest, ubuntu-latest]
75+
os: [windows-2025-vs2026, ubuntu-latest]
7676
framework: [net10.0, net8.0, net48, net472]
7777
platform: [x64]
7878
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Analysis-Common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
os: [windows-latest, ubuntu-latest]
59+
os: [windows-2025-vs2026, ubuntu-latest]
6060
framework: [net10.0, net8.0, net48, net472]
6161
platform: [x64]
6262
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [windows-latest, ubuntu-latest]
56+
os: [windows-2025-vs2026, ubuntu-latest]
5757
framework: [net10.0, net8.0, net48, net472]
5858
platform: [x64]
5959
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [windows-latest, ubuntu-latest]
56+
os: [windows-2025-vs2026, ubuntu-latest]
5757
framework: [net10.0, net8.0, net48, net472]
5858
platform: [x64]
5959
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
os: [windows-latest, ubuntu-latest]
59+
os: [windows-2025-vs2026, ubuntu-latest]
6060
framework: [net10.0, net8.0, net48]
6161
platform: [x64]
6262
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
os: [windows-latest, ubuntu-latest]
53+
os: [windows-2025-vs2026, ubuntu-latest]
5454
framework: [net10.0, net8.0, net48, net472]
5555
platform: [x64]
5656
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
os: [windows-latest, ubuntu-latest]
58+
os: [windows-2025-vs2026, ubuntu-latest]
5959
framework: [net10.0, net8.0, net48, net472]
6060
platform: [x64]
6161
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
os: [windows-latest, ubuntu-latest]
54+
os: [windows-2025-vs2026, ubuntu-latest]
5555
framework: [net10.0, net8.0, net48, net472]
5656
platform: [x64]
5757
configuration: [Release]

.github/workflows/Lucene-Net-Tests-Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
os: [windows-latest, ubuntu-latest]
66+
os: [windows-2025-vs2026, ubuntu-latest]
6767
framework: [net10.0, net8.0, net48, net472]
6868
platform: [x64]
6969
configuration: [Release]

0 commit comments

Comments
 (0)