Skip to content

Commit 92aec4b

Browse files
committed
This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101
[Build] Signed-off-by: Markus Alexander Kuppe <[email protected]>
1 parent d17a6d8 commit 92aec4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [macOS-latest, ubuntu-20.04, windows-latest]
10+
os: [macOS-latest, ubuntu-latest, windows-latest]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
@@ -24,13 +24,13 @@ jobs:
2424
- name: Check
2525
run: npm run lint
2626
- name: Test Non-Linux
27-
if: matrix.os != 'ubuntu-20.04'
27+
if: matrix.os != 'ubuntu-latest'
2828
run: npm test --silent
2929
- name: Test Linux
30-
if: matrix.os == 'ubuntu-20.04'
30+
if: matrix.os == 'ubuntu-latest'
3131
run: xvfb-run --auto-servernum npm test --silent
3232
- name: Upload artifact
33-
if: matrix.os == 'ubuntu-20.04'
33+
if: matrix.os == 'ubuntu-latest'
3434
uses: actions/upload-artifact@v4
3535
with:
3636
name: vscode-tlaplus-ci.vsix

0 commit comments

Comments
 (0)