Skip to content

Commit faea8c3

Browse files
author
James Santucci
committed
Revert "test in macos to verify filesystem differences"
This reverts commit ed1631e. See https://github.com/47degrees/.github/issues/109
1 parent ed1631e commit faea8c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ on:
1212
jobs:
1313
test:
1414
if: "!contains(github.event.head_commit.message, 'skip ci')"
15-
runs-on: ${{ matrix.os }}
16-
strategy:
17-
matrix:
18-
os: [macos-latest, ubuntu-latest]
15+
runs-on: ubuntu-latest
1916
steps:
2017
- name: Checkout project (pull-request)
2118
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)