Skip to content

Commit 07ce467

Browse files
committed
Update tlighthouse-ci.yml to remove macos, windows
1 parent f662417 commit 07ce467

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tlighthouse-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ on:
1010
jobs:
1111
install:
1212
name: Install and Test
13+
concurrency: staging_environment
1314

14-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
15+
runs-on: ubuntu-latest
1516

1617
strategy:
1718
matrix:
@@ -28,8 +29,9 @@ jobs:
2829

2930
running:
3031
name: Install and Run
32+
concurrency: staging_environment
3133

32-
runs-on: [ubuntu-latest, macos-latest, windows-latest]
34+
runs-on: ubuntu-latest
3335

3436
strategy:
3537
matrix:

0 commit comments

Comments
 (0)