Skip to content

Commit e24b876

Browse files
authored
Merge pull request Nivanchenko#6 from nixel2007/patch-1
Временно выключил сборку на маке
2 parents 4247cce + 40630e5 commit e24b876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
15+
os: ['ubuntu-latest', 'windows-latest']
1616
oscript_version: ['dev', 'stable']
1717

1818
steps:
@@ -34,4 +34,4 @@ jobs:
3434
3535
# Задача тестирования, в результате ожидается успешное выполнение
3636
- name: Тестирование
37-
run: oscript ./tasks/test.os
37+
run: oscript ./tasks/test.os

0 commit comments

Comments
 (0)