8000 chore: try mac executor · Sub6Resources/flutter_html@ae2bfea · GitHub
[go: up one dir, main page]

Skip to content

Commit ae2bfea

Browse files
committed
chore: try mac executor
1 parent 0f1bee0 commit ae2bfea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
version: 2.1
22
orbs:
33
codecov: codecov/codecov@1.0.2
4+
flutter: circleci/flutter@1.1.0
45
executors:
5-
default-executor:
6-
docker:
7-
- image: cirrusci/flutter:stable
6+
mac-executor:
7+
macos:
8+
xcode: 14.0
89
resource_class: large
9-
shell: /bin/bash
1010
jobs:
1111
build:
12-
executor: default-executor
12+
executor: mac-executor
1313
steps:
1414
- checkout
15+
- flutter/install_sdk_and_pub
1516
- run: flutter --version
1617
- run:
1718
name: Set up environment

0 commit comments

Comments
 (0)
0