Skip to content

Commit 59e10e4

Browse files
Merge pull request #439 from ably/2025-10-21-undo-spec-pinning
Un-pin spec commit
2 parents c96988e + 026ca0b commit 59e10e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
xcode-version: 26.0
5454

5555
- name: Spec coverage
56-
# TODO: Remove spec-commit-sha once https://github.com/ably/specification/pull/387 and https://github.com/ably/specification/pull/393 merged
57-
run: swift run BuildTool spec-coverage --spec-commit-sha 9cf3d9c
56+
run: swift run BuildTool spec-coverage
5857
env:
5958
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6059

0 commit comments

Comments
 (0)