From 639ea63bf44de1de20fc0c78af8b6e732cffa853 Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Mon, 21 Oct 2024 08:19:59 +0000 Subject: [PATCH] feat(swift5): ci: move macos and xcode target to latest --- .github/workflows/build.yml | 10 +++++----- .github/workflows/create-documentation-pr.yml | 2 +- .github/workflows/release.yml | 4 ++-- .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65e710f..d79a78a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: xcode version uses: maxim-lobanov/setup-xcode@v1 with: @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: xcode version uses: maxim-lobanov/setup-xcode@v1 with: @@ -50,14 +50,14 @@ jobs: cocoapods: name: Verify cocopods podspec needs: [ build-xcodebuild ] - runs-on: macos-13 + runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: xcode version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.2.0' + xcode-version: latest-stable - name: Verify cocoapods run: pod lib lint --allow-warnings diff --git a/.github/workflows/create-documentation-pr.yml b/.github/workflows/create-documentation-pr.yml index 0fd13d4..95368d2 100644 --- a/.github/workflows/create-documentation-pr.yml +++ b/.github/workflows/create-documentation-pr.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out current repository code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Create the documentation pull request uses: apivideo/api.video-create-readme-file-pull-request-action@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9717d5..997fcd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,13 +4,13 @@ on: types: [published] jobs: deploy: - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v4 - name: xcode version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.2.0' + xcode-version: latest-stable - name: Install Cocoapods run: gem install cocoapods diff --git a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 index ccf8a5a..4621ff6 100644 --- a/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 +++ b/.openapi-generator/oas_apivideo.yaml-defaut-cli.sha256 @@ -1 +1 @@ -9d05425d4fb2c3a73804ed5a27232eda6751260b0947f6b4c736cc96df300103 \ No newline at end of file +6f374764cf476ad001123c84953d1980aaf6bc352573020d111594ab74058bf6 \ No newline at end of file