From da018aae4f9d032bf4f9c6610a4f3eb500316e92 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Fri, 19 Jul 2024 09:16:53 +0400 Subject: [PATCH] Update `CHANGELOG.md` --- .github/workflows/ci.yml | 4 ++-- CHANGELOG.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 214786a..62eb4d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: DIFF_BASE: ${{ github.base_ref }} Latest: name: Test Latest (iOS, macOS, tvOS, watchOS) - runs-on: macOS-12 + runs-on: macOS-13 env: - DEVELOPER_DIR: "/Applications/Xcode_14.1.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_15.1.app/Contents/Developer" timeout-minutes: 10 strategy: fail-fast: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cccc02..adc7ce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Released on 2024-07-19. #### Updated - Update the masking logic - Updated in Pull Request [#7](https://github.com/space-code/skeleton-ui/pull/7). +- Update the snapshot tests + - Updated in Pull Request [#8](https://github.com/space-code/skeleton-ui/pull/8). ## [1.0.1](https://github.com/space-code/skeleton-ui/releases/tag/1.0.1) Released on 2024-01-14.