From 2dc7bb1c4256e86173ab435e383f4f8826d80145 Mon Sep 17 00:00:00 2001 From: Andhika Setiadi Date: Thu, 22 Jun 2023 13:54:08 +0700 Subject: [PATCH] Fix CI workflow on latest main (#95) revert back ci flow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e5ce8a..2c0a46a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: xcode: - '13.4.1' - - '14.3.1' + - '14.1' runs-on: macos-12 steps: - uses: actions/checkout@v3 @@ -31,7 +31,7 @@ jobs: matrix: xcode: - '13.4.1' - - '14.3.1' + - '14.1' runs-on: macos-12 steps: - uses: actions/checkout@v3