Skip to content

Commit c66f781

Browse files
feat: add a macos-15-intel runner
1 parent 8d4af3a commit c66f781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [ubuntu-latest,ubuntu-24.04-arm, windows-11-arm, windows-latest, macos-latest]
24+
os: [ubuntu-latest,ubuntu-24.04-arm, windows-11-arm, windows-latest, macos-latest, macos-15-intel]
2525
node-version: [latest]
2626

2727
defaults:

0 commit comments

Comments
 (0)