Skip to content

Commit 6841f09

Browse files
committed
Updated GitHub CI
1 parent 93e7b16 commit 6841f09

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/swift-arm.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,3 @@ jobs:
2828
with:
2929
name: swiftpm-5_6-build-debian-armv7
3030
path: .build/*/*.xctest
31-
32-
linux-swift-5_6-armv7-debian-armv7-test:
33-
name: Test Armv7
34-
runs-on: [self-hosted, linux, ARM64, debian-unstable]
35-
needs: linux-swift-5_6-armv7-debian-build
36-
steps:
37-
- name: Download artifacts
38-
uses: actions/download-artifact@v3
39-
with:
40-
name: swiftpm-5_6-build-debian-armv7
41-
- name: Test
42-
run: |
43-
chmod +x ./release/HTTPPackageTests.xctest
44-
schroot -c bullseye-armv7 ./release/HTTPPackageTests.xctest

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
swift: [5.6.3, 5.7]
11-
os: [ubuntu-20.04, macos-latest]
11+
os: [ubuntu-20.04]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Install Swift

0 commit comments

Comments
 (0)