Skip to content

Commit

Permalink
Upgrade CircleCI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 19, 2021
1 parent 02c822c commit d4007c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
macos:
xcode: '12.0.0'
xcode: '12.5.1'
steps:
- checkout
- run: yarn
Expand All @@ -13,7 +13,7 @@ jobs:
path: dist/Kap.dmg
sentry-release:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
environment:
SENTRY_ORG: wulkano-l0
SENTRY_PROJECT: kap
Expand Down

0 comments on commit d4007c3

Please sign in to comment.