Skip to content

Commit e4b18d8

Browse files
Switch CI workflows from windows-latest to ubuntu-latest
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 566b7ad commit e4b18d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: windows-latest
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v3

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
format:
12-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)