Skip to content

Commit fdce81c

Browse files
committed
fix: changed macOS config and disabled github actions
1 parent 1b40b5c commit fdce81c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ orbs:
2828
node: circleci/node@6
2929

3030
executors:
31-
linux-x86:
32-
machine:
33-
image: ubuntu-2404:current
34-
resource_class: medium
35-
linux-arm:
36-
machine:
37-
image: ubuntu-2404:current
38-
resource_class: arm.medium
31+
# linux-x86:
32+
# machine:
33+
# image: ubuntu-2404:current
34+
# resource_class: medium
35+
# linux-arm:
36+
# machine:
37+
# image: ubuntu-2404:current
38+
# resource_class: arm.medium
3939
macos:
4040
macos:
41-
xcode: '16.2.0'
42-
resource_class: macos.m1.medium.gen1
41+
xcode: '26.4.0'
42+
resource_class: m4pro.medium
4343

4444
workflows:
4545
test-all:

.github/workflows/run-all-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Test all on Demand
55

66
on:
7-
push:
7+
# push:
88
# schedule:
99
# - cron: '0 0 * * 0' # Every Sunday at midnight UTC
1010
workflow_dispatch:

0 commit comments

Comments
 (0)