Skip to content

Commit efe6b99

Browse files
committed
ci: remove triage workflow; always upload compressed logs; Podfile: use RegexKitLite from Git mirror to avoid SVN; keep CocoaPods pinned and runner on macos-13
1 parent 36e01d6 commit efe6b99

File tree

3 files changed

+4
-70
lines changed

3 files changed

+4
-70
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ jobs:
267267
gzip -9f "$f" || true
268268
done
269269
270-
- name: Upload logs (Option A fallback)
271-
if: failure()
270+
- name: Upload logs (compressed)
271+
if: always()
272272
uses: actions/upload-artifact@v4
273273
with:
274274
name: ci-logs

.github/workflows/triage.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

Podfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
source 'https://cdn.cocoapods.org/'
2-
31
platform :osx, '10.11'
42

53
target 'Avro Keyboard' do
6-
pod 'RegexKitLite', '~> 4.0'
4+
# Use a Git mirror to avoid SVN dependency flakiness for RegexKitLite
5+
pod 'RegexKitLite', :git => 'https://github.com/wezm/RegexKitLite.git'
76
pod 'FMDB', '~> 2.1'
87
end

0 commit comments

Comments
 (0)