Skip to content

Commit d1a9edb

Browse files
committed
fixup! chore(ci): make cost-saving changes
1 parent 29f0431 commit d1a9edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131

3232
jobs:
3333
build-linux:
34-
name: Build on Linux
34+
name: Build on ubuntu-latest # Name must match the repo setting
3535
runs-on: ubuntu-slim
3636

3737
steps:
@@ -77,7 +77,7 @@ jobs:
7777
NEXT_PUBLIC_STATIC_EXPORT_LOCALE: false # ${{ github.event_name == 'push' }}
7878

7979
build-windows:
80-
name: Build on windows
80+
name: Build on Windows
8181
runs-on: windows-latest
8282

8383
if: github.event_name != 'merge_group' || github.repository == 'nodejs/nodejs.org'

0 commit comments

Comments
 (0)