File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 8484 linux_swift_5_10 :
8585 runs-on : ubuntu-latest
8686 container : swift:5.10
87+ timeout-minutes : 5
8788 steps :
8889 - name : Checkout
8990 uses : actions/checkout@v4
9798 linux_swift_6_0 :
9899 runs-on : ubuntu-latest
99100 container : swift:6.0
101+ timeout-minutes : 5
100102 steps :
101103 - name : Checkout
102104 uses : actions/checkout@v4
@@ -110,6 +112,7 @@ jobs:
110112 linux_swift_6_1 :
111113 runs-on : ubuntu-latest
112114 container : swift:6.1.2
115+ timeout-minutes : 5
113116 steps :
114117 - name : Checkout
115118 uses : actions/checkout@v4
@@ -123,6 +126,7 @@ jobs:
123126 linux_swift_6_2 :
124127 runs-on : ubuntu-latest
125128 container : swiftlang/swift:nightly-6.2-noble
129+ timeout-minutes : 5
126130 steps :
127131 - name : Checkout
128132 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments