Skip to content

Commit f44c11c

Browse files
authored
Switch to ubuntu-lastest for CI (PowerShell#25247)
1 parent 0c96975 commit f44c11c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linux-ci.yml

+5-5
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/checkout@v4
@@ -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/checkout@v4
@@ -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/checkout@v4
@@ -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/checkout@v4

0 commit comments

Comments
 (0)