Skip to content

Commit c5da777

Browse files
author
Abhinav Minhas
committed
Action runners tag updates
1 parent 10c5066 commit c5da777

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [ ubuntu-20.04, windows-2022, macos-11 ]
22+
os: [ ubuntu-22.04, windows-2022, macos-14 ]
2323
node-version: [ 14.x, 16.x, 17.x, 18.x ]
2424

2525
steps:
@@ -32,7 +32,7 @@ jobs:
3232
- run: npm test
3333

3434
- name: Upload Artifact
35-
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.node-version == '16.x' }}
35+
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.node-version == '16.x' }}
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: qtest-mstest-parser

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616

17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818

1919
strategy:
2020
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ ubuntu-20.04 ]
18+
os: [ ubuntu-22.04 ]
1919
node-version: [ 16.x ]
2020

2121
steps:

0 commit comments

Comments
 (0)