fixed broken workflow #264
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -------------------------------------------------------------------------------- | |
| # This workflow was automatically generated by ActionBuilderTool 2.2.2 (144). | |
| # (see https://github.com/elegantchaos/ActionBuilderCore for more details) | |
| # | |
| # Job implementations: | |
| # .github/workflows/ActionBuilderSwiftJob.yml | |
| # .github/workflows/ActionBuilderXcodeJob.yml | |
| # -------------------------------------------------------------------------------- | |
| name: "Tests" | |
| on: [push, pull_request] | |
| jobs: | |
| linux-swift63: | |
| name: "Linux (Swift 6.3)" | |
| uses: ./.github/workflows/ActionBuilderSwiftJob.yml | |
| with: | |
| platform: "linux" | |
| runner: "ubuntu-24.04" | |
| swift-version: "6.3" | |
| compiler-id: "swift63" | |
| setup-mode: "release" | |
| operation: "test" | |
| linux-swift62: | |
| name: "Linux (Swift 6.2)" | |
| uses: ./.github/workflows/ActionBuilderSwiftJob.yml | |
| with: | |
| platform: "linux" | |
| runner: "ubuntu-24.04" | |
| swift-version: "6.2" | |
| compiler-id: "swift62" | |
| setup-mode: "release" | |
| operation: "test" | |
| iOS-swift63: | |
| name: "iOS (Swift 6.3, Xcode matching Swift 6.3)" | |
| uses: ./.github/workflows/ActionBuilderXcodeJob.yml | |
| with: | |
| package: "Logger" | |
| platform: "iOS" | |
| runner: "macos-26" | |
| swift-version: "6.3" | |
| compiler-id: "swift63" | |
| preferred-xcode-version: "26.4" | |
| setup-mode: "xcode-release" | |
| operation: "test" | |
| operation-name: "Test" | |
| iOS-swift62: | |
| name: "iOS (Swift 6.2, Xcode matching Swift 6.2)" | |
| uses: ./.github/workflows/ActionBuilderXcodeJob.yml | |
| with: | |
| package: "Logger" | |
| platform: "iOS" | |
| runner: "macos-26" | |
| swift-version: "6.2" | |
| compiler-id: "swift62" | |
| preferred-xcode-version: "26.3" | |
| setup-mode: "xcode-release" | |
| operation: "test" | |
| operation-name: "Test" | |
| macOS-swift63: | |
| name: "macOS (Swift 6.3)" | |
| uses: ./.github/workflows/ActionBuilderSwiftJob.yml | |
| with: | |
| platform: "macOS" | |
| runner: "macos-26" | |
| swift-version: "6.3" | |
| compiler-id: "swift63" | |
| setup-mode: "release" | |
| operation: "test" | |
| macOS-swift62: | |
| name: "macOS (Swift 6.2)" | |
| uses: ./.github/workflows/ActionBuilderSwiftJob.yml | |
| with: | |
| platform: "macOS" | |
| runner: "macos-26" | |
| swift-version: "6.2" | |
| compiler-id: "swift62" | |
| setup-mode: "release" | |
| operation: "test" | |
| tvOS-swift63: | |
| name: "tvOS (Swift 6.3, Xcode matching Swift 6.3)" | |
| uses: ./.github/workflows/ActionBuilderXcodeJob.yml | |
| with: | |
| package: "Logger" | |
| platform: "tvOS" | |
| runner: "macos-26" | |
| swift-version: "6.3" | |
| compiler-id: "swift63" | |
| preferred-xcode-version: "26.4" | |
| setup-mode: "xcode-release" | |
| operation: "test" | |
| operation-name: "Test" | |
| tvOS-swift62: | |
| name: "tvOS (Swift 6.2, Xcode matching Swift 6.2)" | |
| uses: ./.github/workflows/ActionBuilderXcodeJob.yml | |
| with: | |
| package: "Logger" | |
| platform: "tvOS" | |
| runner: "macos-26" | |
| swift-version: "6.2" | |
| compiler-id: "swift62" | |
| preferred-xcode-version: "26.3" | |
| setup-mode: "xcode-release" | |
| operation: "test" | |
| operation-name: "Test" | |
| watchOS-swift63: | |
| name: "watchOS (Swift 6.3, Xcode matching Swift 6.3)" | |
| uses: ./.github/workflows/ActionBuilderXcodeJob.yml | |
| with: | |
| package: "Logger" | |
| platform: "watchOS" | |
| runner: "macos-26" | |
| swift-version: "6.3" | |
| compiler-id: "swift63" | |
| preferred-xcode-version: "26.4" | |
| setup-mode: "xcode-release" | |
| operation: "build" | |
| operation-name: "Build" | |
| watchOS-swift62: | |
| name: "watchOS (Swift 6.2, Xcode matching Swift 6.2)" | |
| uses: ./.github/workflows/ActionBuilderXcodeJob.yml | |
| with: | |
| package: "Logger" | |
| platform: "watchOS" | |
| runner: "macos-26" | |
| swift-version: "6.2" | |
| compiler-id: "swift62" | |
| preferred-xcode-version: "26.3" | |
| setup-mode: "xcode-release" | |
| operation: "build" | |
| operation-name: "Build" |