Skip to content

Commit e30807e

Browse files
committed
[RN][CI] Bump windows to latests as GH will remove windows-2019 EOM
1 parent 1a6d466 commit e30807e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/build-hermesc-windows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Windows cache
2626
uses: actions/cache@v4
2727
with:
28-
key: v2-hermes-${{ github.job }}-windows-${{ inputs.hermes-version }}-${{ inputs.react-native-version }}
28+
key: v3-hermes-${{ github.job }}-windows-${{ inputs.hermes-version }}-${{ inputs.react-native-version }}
2929
path: |
3030
D:\tmp\hermes\win64-bin\
3131
D:\tmp\hermes\hermes\icu\
@@ -63,7 +63,7 @@ runs:
6363
$Env:PATH += ";$Env:CMAKE_DIR;$Env:MSBUILD_DIR"
6464
$Env:ICU_ROOT = "$Env:HERMES_WS_DIR\icu"
6565
66-
cmake -S hermes -B build_release -G 'Visual Studio 16 2019' -Ax64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=True -DHERMES_ENABLE_WIN10_ICU_FALLBACK=OFF
66+
cmake -S hermes -B build_release -G 'Visual Studio Enterprise 2022' -Ax64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=True -DHERMES_ENABLE_WIN10_ICU_FALLBACK=OFF
6767
if (-not $?) { throw "Failed to configure Hermes" }
6868
echo "Running windows build..."
6969
cd build_release

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
react-native-version: ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
121121

122122
build_hermesc_windows:
123-
runs-on: windows-2019
123+
runs-on: windows-2025
124124
needs: prepare_hermes_workspace
125125
env:
126126
HERMES_WS_DIR: 'D:\tmp\hermes'

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
react-native-version: ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
117117

118118
build_hermesc_windows:
119-
runs-on: windows-2019
119+
runs-on: windows-2025
120120
needs: prepare_hermes_workspace
121121
env:
122122
HERMES_WS_DIR: 'D:\tmp\hermes'

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
react-native-version: ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
383383

384384
build_hermesc_windows:
385-
runs-on: windows-2019
385+
runs-on: windows-2025
386386
needs: prepare_hermes_workspace
387387
env:
388388
HERMES_WS_DIR: 'D:\tmp\hermes'

0 commit comments

Comments
 (0)