Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rehannali authored May 12, 2023
1 parent d6a3df7 commit 5a42c93
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2.1

jobs:
build-test-14:
build-test-14-3:
macos:
xcode: 14.0.1
xcode: 14.3

steps:
- checkout
Expand All @@ -14,9 +14,9 @@ jobs:
name: Test Package
command: swift test -v

build-test-13-4:
build-test-14:
macos:
xcode: 13.4.1
xcode: 14.0.1

steps:
- checkout
Expand All @@ -27,9 +27,9 @@ jobs:
name: Test Package
command: swift test -v

build-test-13-0:
build-test-13-4:
macos:
xcode: 13.0.0
xcode: 13.4.1

steps:
- checkout
Expand All @@ -40,21 +40,21 @@ jobs:
name: Test Package
command: swift test -v


workflows:
build-test:
jobs:
- build-test-14:
- build-test-14-3:
filters:
branches:
only:
- master
- build-test-13-4:
- build-test-14:
filters:
branches:
only:
- master

- build-test-13-0:
- build-test-13-4:
filters:
branches:
only:
Expand Down

0 comments on commit 5a42c93

Please sign in to comment.