Skip to content

Commit 76a41df

Browse files
ci: run os MacOS 13
1 parent e8eb48d commit 76a41df

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
os: [macos-latest, ubuntu-latest, windows-latest]
15+
os: [macos-13, ubuntu-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v3
@@ -28,13 +28,7 @@ jobs:
2828
- name: 📦 Build
2929
run: npm run build
3030

31-
- name: 🔧 Install Edge
32-
id: edge
33-
uses: browser-actions/setup-edge@v1
34-
3531
- name: 🧪 Run Tests
3632
uses: GabrielBB/xvfb-action@v1
37-
env:
38-
EDGE_BINARY_PATH: ${{ steps.edge.outputs.edge-path }}
3933
with:
4034
run: npm test

0 commit comments

Comments
 (0)