tangled
alpha
login
or
join now
khanwinter.com
/
CBOR
2
fork
atom
A fast, safe, and efficient CBOR serialization library for Swift on any platform.
swiftpackageindex.com/thecoolwinter/CBOR/1.1.1/documentation/cbor
atproto
swift
cbor
2
fork
atom
overview
issues
pulls
pipelines
Update ci.yml
Khan Winter
6 months ago
3d78a91f
af57ca51
+3
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+3
-3
.github/workflows/ci.yml
···
26
26
steps:
27
27
- name: Checkout repository
28
28
uses: actions/checkout@v5
29
29
-
- uses: swift-actions/setup-swift@v2
29
29
+
- uses: swift-actions/setup-swift@next
30
30
with:
31
31
-
swift-version: "6.1"
31
31
+
swift-version: "6.0"
32
32
- name: Restore .build
33
33
id: "restore-build"
34
34
uses: actions/cache/restore@v4
···
56
56
uses: actions/checkout@v5
57
57
- uses: swift-actions/setup-swift@next
58
58
with:
59
59
-
swift-version: "6.2-snapshot"
59
59
+
swift-version: "6.0"
60
60
- name: Restore .build
61
61
id: "restore-build"
62
62
uses: actions/cache/restore@v4