Skip to content

Commit b7ab759

Browse files
pwshBotTravisEz13
andauthored
[release/v7.4] Switch to ubuntu-lastest for CI (PowerShell#25406)
Co-authored-by: Travis Plunk <[email protected]>
1 parent d40de1a commit b7ab759

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linux-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
ci_build:
7272
name: Build PowerShell
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-latest
7474
needs: changes
7575
if: ${{ needs.changes.outputs.source == 'true' }}
7676
steps:
@@ -87,7 +87,7 @@ jobs:
8787
- ci_build
8888
- changes
8989
if: ${{ needs.changes.outputs.source == 'true' }}
90-
runs-on: ubuntu-20.04
90+
runs-on: ubuntu-latest
9191
steps:
9292
- name: checkout
9393
uses: actions/[email protected]
@@ -104,7 +104,7 @@ jobs:
104104
- ci_build
105105
- changes
106106
if: ${{ needs.changes.outputs.source == 'true' }}
107-
runs-on: ubuntu-20.04
107+
runs-on: ubuntu-latest
108108
steps:
109109
- name: checkout
110110
uses: actions/[email protected]
@@ -121,7 +121,7 @@ jobs:
121121
- ci_build
122122
- changes
123123
if: ${{ needs.changes.outputs.source == 'true' }}
124-
runs-on: ubuntu-20.04
124+
runs-on: ubuntu-latest
125125
steps:
126126
- name: checkout
127127
uses: actions/[email protected]
@@ -138,7 +138,7 @@ jobs:
138138
- ci_build
139139
- changes
140140
if: ${{ needs.changes.outputs.source == 'true' }}
141-
runs-on: ubuntu-20.04
141+
runs-on: ubuntu-latest
142142
steps:
143143
- name: checkout
144144
uses: actions/[email protected]

0 commit comments

Comments
 (0)