Skip to content

Commit

Permalink
ci: run os MacOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 15, 2024
1 parent e8eb48d commit 76a41df
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -28,13 +28,7 @@ jobs:
- name: 📦 Build
run: npm run build

- name: 🔧 Install Edge
id: edge
uses: browser-actions/setup-edge@v1

- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
env:
EDGE_BINARY_PATH: ${{ steps.edge.outputs.edge-path }}
with:
run: npm test

0 comments on commit 76a41df

Please sign in to comment.