From 8f6b88d3a7ae5bd4ab821debe53465a98f992ab6 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:20:29 -0500 Subject: [PATCH] Extend CI timeout, update resolved packages --- .github/workflows/ci.yml | 2 +- .../xcshareddata/swiftpm/Package.resolved | 38 ++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c94d97..d2f15ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: build: name: macOS Build runs-on: macOS-14 - timeout-minutes: 30 + timeout-minutes: 60 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/Edit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Edit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index a730b36..b0f4a0f 100644 --- a/Edit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Edit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "e20cc55708e58da63ecb4be4feef028e6a48818a25bdcd1f961cf924b58e7a18", + "originHash" : "2c533b6dafa208983e2c3996abe8ef2b3eb75356e0c996ea3d9ee4ef4da06719", "pins" : [ { "identity" : "asyncxpcconnection", @@ -276,6 +276,15 @@ "revision" : "0a3d6ce7b48bae5e5d96af6bda9f47ec28e055bd" } }, + { + "identity" : "tree-sitter-css", + "kind" : "remoteSourceControl", + "location" : "https://github.com/tree-sitter/tree-sitter-css", + "state" : { + "branch" : "master", + "revision" : "6a442a3cf461b0ce275339e5afa178693484c927" + } + }, { "identity" : "tree-sitter-elixir", "kind" : "remoteSourceControl", @@ -321,6 +330,33 @@ "revision" : "177fb5a21eecd6709deeeaf7abcb6a13c7dd38f5" } }, + { + "identity" : "tree-sitter-html", + "kind" : "remoteSourceControl", + "location" : "https://github.com/tree-sitter/tree-sitter-html", + "state" : { + "branch" : "master", + "revision" : "d9219ada6e1a2c8f0ab0304a8bd9ca4285ae0468" + } + }, + { + "identity" : "tree-sitter-javascript", + "kind" : "remoteSourceControl", + "location" : "https://github.com/tree-sitter/tree-sitter-javascript", + "state" : { + "branch" : "master", + "revision" : "108b2d4d17a04356a340aea809e4dd5b801eb40d" + } + }, + { + "identity" : "tree-sitter-json", + "kind" : "remoteSourceControl", + "location" : "https://github.com/tree-sitter/tree-sitter-json", + "state" : { + "branch" : "master", + "revision" : "4d770d31f732d50d3ec373865822fbe659e47c75" + } + }, { "identity" : "tree-sitter-markdown", "kind" : "remoteSourceControl",