Skip to content

Commit 0997007

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

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
@@ -64,7 +64,7 @@ jobs:
6464

6565
ci_build:
6666
name: Build PowerShell
67-
runs-on: ubuntu-20.04
67+
runs-on: ubuntu-latest
6868
needs: changes
6969
if: ${{ needs.changes.outputs.source == 'true' }}
7070
steps:
@@ -81,7 +81,7 @@ jobs:
8181
- ci_build
8282
- changes
8383
if: ${{ needs.changes.outputs.source == 'true' }}
84-
runs-on: ubuntu-20.04
84+
runs-on: ubuntu-latest
8585
steps:
8686
- name: checkout
8787
uses: actions/[email protected]
@@ -98,7 +98,7 @@ jobs:
9898
- ci_build
9999
- changes
100100
if: ${{ needs.changes.outputs.source == 'true' }}
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-latest
102102
steps:
103103
- name: checkout
104104
uses: actions/[email protected]
@@ -115,7 +115,7 @@ jobs:
115115
- ci_build
116116
- changes
117117
if: ${{ needs.changes.outputs.source == 'true' }}
118-
runs-on: ubuntu-20.04
118+
runs-on: ubuntu-latest
119119
steps:
120120
- name: checkout
121121
uses: actions/[email protected]
@@ -132,7 +132,7 @@ jobs:
132132
- ci_build
133133
- changes
134134
if: ${{ needs.changes.outputs.source == 'true' }}
135-
runs-on: ubuntu-20.04
135+
runs-on: ubuntu-latest
136136
steps:
137137
- name: checkout
138138
uses: actions/[email protected]

0 commit comments

Comments
 (0)