diff --git a/.github/scripts/tests.sh b/.github/scripts/tests.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 978d7ba..acafc66 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -9,7 +9,7 @@ on: jobs: build-docc: - runs-on: macos-12 + runs-on: [self-hosted, macOS] steps: - name: Checkout repository uses: actions/checkout@v1 diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index 005f424..08a846f 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -16,10 +16,11 @@ on: - '**/*.swift' jobs: SwiftLint: - runs-on: ubuntu-latest + runs-on: [self-hosted, macOS] steps: - uses: actions/checkout@v1 - name: GitHub Action for SwiftLint with --strict - uses: norio-nomura/action-swiftlint@3.2.1 - with: - args: --strict \ No newline at end of file + run: swiftlint --strict + # uses: norio-nomura/action-swiftlint@3.2.1 + # with: + # args: --strict diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 495aaec..8509d9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,11 +12,9 @@ on: jobs: code-edit-text-view-tests: name: Testing CodeEditLanguages - runs-on: macos-12 + runs-on: [self-hosted, macOS] steps: - name: Checkout repository uses: actions/checkout@v1 - - name: Make executeable - run: chmod +x ./.github/scripts/tests.sh - name: Testing Package - run: exec ./.github/scripts/tests.sh \ No newline at end of file + run: exec ./.github/scripts/tests.sh arm diff --git a/CodeLanguages-Container/CodeLanguages-Container.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/CodeLanguages-Container/CodeLanguages-Container.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 54f7c89..275ced8 100644 --- a/CodeLanguages-Container/CodeLanguages-Container.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/CodeLanguages-Container/CodeLanguages-Container.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -33,7 +33,7 @@ "location" : "https://github.com/tree-sitter/tree-sitter-c-sharp.git", "state" : { "branch" : "master", - "revision" : "f076a8efe30a0b8c249eeb61383f6d914376114c" + "revision" : "2162260aec4c7d7d4b43ef2287388adcc302c8d6" } }, { @@ -42,7 +42,7 @@ "location" : "https://github.com/tree-sitter/tree-sitter-cpp.git", "state" : { "branch" : "master", - "revision" : "5b7e264bc6354bb6f654cd01b24ac0289f889d4a" + "revision" : "2d2c4aee8672af4c7c8edff68e7dd4c07e88d2b1" } }, { @@ -159,7 +159,7 @@ "location" : "https://github.com/tree-sitter/tree-sitter-ruby.git", "state" : { "branch" : "master", - "revision" : "c91960320d0f337bdd48308a8ad5500bd2616979" + "revision" : "7a1921bcfd90e3a04c1ad011059087aaf0168dd4" } }, { diff --git a/CodeLanguagesContainer.xcframework.zip b/CodeLanguagesContainer.xcframework.zip index a09f130..863558b 100644 Binary files a/CodeLanguagesContainer.xcframework.zip and b/CodeLanguagesContainer.xcframework.zip differ