File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -285,11 +285,11 @@ jobs:
285
285
env :
286
286
WXWIDGETS_VERSION : 3.2.6
287
287
name : Build Erlang/OTP (Windows)
288
- runs-on : windows-2022
288
+ runs-on : windows-2025
289
289
needs : pack
290
290
if : needs.pack.outputs.c-code-changes
291
291
steps :
292
- - uses : Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5 .0.1
292
+ - uses : Vampire/setup-wsl@0a3385cd5e1845b1d2a1b1b1246d6d59e1503d39 # v6 .0.0
293
293
with :
294
294
distribution : Ubuntu-18.04
295
295
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ permissions:
35
35
36
36
jobs :
37
37
pr-number :
38
- runs-on : ubuntu-20 .04
38
+ runs-on : ubuntu-24 .04
39
39
if : github.repository == 'erlang/otp'
40
40
permissions :
41
41
issues : read
71
71
pr_number: ${{ needs.pr-number.outputs.result }} });
72
72
73
73
finished-tests :
74
- runs-on : ubuntu-20 .04
74
+ runs-on : ubuntu-24 .04
75
75
needs : pr-number
76
76
# # Limit concurrency so that only one job deploys to erlang.github.io
77
77
concurrency : erlang.github.io-deploy
Original file line number Diff line number Diff line change 33
33
sync-prs :
34
34
if : github.repository == 'erlang/otp'
35
35
concurrency : erlang.github.io-deploy
36
- runs-on : ubuntu-20 .04
36
+ runs-on : ubuntu-24 .04
37
37
steps :
38
38
-
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
39
39
-
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
You can’t perform that action at this time.
0 commit comments