Skip to content

Commit 53ee880

Browse files
authored
ci: remove linux and windows jobs (#320)
1 parent 518e8bb commit 53ee880

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -40,36 +40,6 @@ jobs:
4040
- name: Build for library evolution
4141
run: make build-for-library-evolution
4242

43-
library-linux:
44-
runs-on: ubuntu-latest
45-
name: Test Library (Linux)
46-
strategy:
47-
matrix:
48-
swift-version: ["5.9", "5.10"]
49-
steps:
50-
- uses: swift-actions/setup-swift@v2
51-
with:
52-
swift-version: "${{ matrix.swift-version }}"
53-
- uses: actions/checkout@v3
54-
- name: Run Tests
55-
run: swift test
56-
57-
library-windows:
58-
runs-on: windows-latest
59-
name: Test Library (Windows)
60-
steps:
61-
# We use BCNY's repo since they have newer builds of Swift
62-
# which have fixed libcurl in Foundation.
63-
- uses: compnerd/gha-setup-swift@main
64-
with:
65-
release-tag-name: "20231203.0"
66-
github-repo: "thebrowsercompany/swift-build"
67-
release-asset-name: installer-amd64.exe
68-
github-token: ${{ secrets.GITHUB_TOKEN }}
69-
- uses: actions/checkout@v3
70-
- name: Run Tests
71-
run: swift test
72-
7343
examples:
7444
runs-on: macos-14
7545
name: Build Examples

.github/workflows/conventional-commits-lint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [
1414
"ci",
1515
"docs",
1616
"chore",
17+
"style",
1718
];
1819

1920
const object = process.argv[2];

0 commit comments

Comments
 (0)