Skip to content

Commit e58d04c

Browse files
authored
Meta: Fix Safari CI build (refined-github#7862)
1 parent fcca200 commit e58d04c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
!./distribution/assets/webpack-stats.json
8686
8787
Safari:
88-
runs-on: macos-13
88+
runs-on: macos-latest
8989
steps:
9090
- uses: actions/checkout@v4
9191
- uses: actions/setup-node@v4
@@ -95,6 +95,4 @@ jobs:
9595
- run: npm ci
9696
- run: npm run build:bundle
9797
- uses: maxim-lobanov/setup-xcode@v1
98-
with:
99-
xcode-version: 15.0.1
10098
- run: npm run pack:safari

0 commit comments

Comments
 (0)