Skip to content

Commit 9e5a5fa

Browse files
committed
CI: remove macOS from linus, add uname
1 parent f2128df commit 9e5a5fa

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,11 @@ jobs:
3030
- name: linuxmain
3131
run: |
3232
echo "::notice title=Build Environment::Running on ${{ matrix.os }}"
33+
uname -a
3334
swift --version
3435
swift build
3536
swift test
3637
- name: Build
3738
run: swift build
3839
- name: Test
3940
run: swift test
40-
tests-macOS:
41-
strategy:
42-
fail-fast: false
43-
matrix:
44-
swift: ["5", "6"]
45-
destination: [macOS]
46-
47-
name: SwiftPM macOS
48-
runs-on: macOS-latest
49-
steps:
50-
- name: Checkout
51-
52-
uses: actions/checkout@v4
53-
- name: Build
54-
run: swift build
55-
- name: Test
56-
run: swift test

0 commit comments

Comments
 (0)