Skip to content

Commit 69e948a

Browse files
committed
for macos only
1 parent 65636d7 commit 69e948a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/example-basic.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os:
22-
- ubuntu-22.04
23-
- ubuntu-24.04
22+
# - ubuntu-22.04
23+
# - ubuntu-24.04
2424
# - windows-2025
25-
# - macos-15
25+
- macos-15
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout
@@ -45,10 +45,10 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
os:
48-
- ubuntu-22.04
49-
- ubuntu-24.04
48+
# - ubuntu-22.04
49+
# - ubuntu-24.04
5050
# - windows-2025
51-
# - macos-15
51+
- macos-15
5252
runs-on: ${{ matrix.os }}
5353
steps:
5454
- name: Checkout

examples/basic/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"private": true,
1010
"devDependencies": {
11-
"cypress": "https://cdn.cypress.io/beta/npm/15.10.1/linux-x64/develop-877cad268c9bc1638a30b071f76b8469c5ce48af/cypress.tgz"
11+
"cypress": "https://cdn.cypress.io/beta/npm/15.10.1/darwin-x64/develop-877cad268c9bc1638a30b071f76b8469c5ce48af/cypress.tgz"
1212
}
1313
}

0 commit comments

Comments
 (0)