From a8cb2885a3d2af0d49c5cd68d2593e903f73372f Mon Sep 17 00:00:00 2001 From: goncalo-frade-iohk Date: Tue, 11 Feb 2025 13:48:13 +0000 Subject: [PATCH 1/2] ci: fix ci and documentation Signed-off-by: goncalo-frade-iohk --- .github/workflows/build.yml | 4 ++-- .github/workflows/releaseDocumentation.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a815e90c..29d34135 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ env: jobs: lint: name: build - runs-on: macos-13 + runs-on: macos-15 steps: - name: Checkout Code @@ -27,7 +27,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.0.1' + xcode-version: '16.2' # - name: Install lcov # run: brew install lcov@1.15.0 && brew link --overwrite --force lcov@1.15.0 diff --git a/.github/workflows/releaseDocumentation.yml b/.github/workflows/releaseDocumentation.yml index 5022dc02..a817a654 100644 --- a/.github/workflows/releaseDocumentation.yml +++ b/.github/workflows/releaseDocumentation.yml @@ -19,7 +19,7 @@ permissions: jobs: build-docs: name: build documentation and release - runs-on: macos-13 + runs-on: macos-15 env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -34,10 +34,10 @@ jobs: max_attempts: 6 retry_on: error timeout_minutes: 50 - command: xcodebuild docbuild -scheme EdgeAgentSDK -destination "platform=macOS" -derivedDataPath ./doccBuild OTHER_DOCC_FLAGS="--transform-for-static-hosting --output-path ./docc --hosting-base-path '/identus-edge-agent-sdk-swift'" + command: xcodebuild docbuild -scheme EdgeAgentSDK -destination "platform=macOS" -derivedDataPath ./doccBuild OTHER_DOCC_FLAGS="--transform-for-static-hosting --output-path ./docc --hosting-base-path '/edge-agent-sdk-swift'" - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./docc From ab6e72297aee3b821a7dc710eb0652e11929ea9f Mon Sep 17 00:00:00 2001 From: goncalo-frade-iohk Date: Wed, 12 Feb 2025 14:33:00 +0000 Subject: [PATCH 2/2] ci: change codeowners path Signed-off-by: goncalo-frade-iohk --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dd72d473..6bd7df81 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @hyperledger/identus-maintainers +* @hyperledger-identus/identus-maintainers