Skip to content

Commit 011a425

Browse files
committed
remove macOS-latest from build matrix
1 parent 7483146 commit 011a425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-latest, windows-latest, macOS-latest]
20+
os: [ubuntu-latest, windows-latest]
21+
#os: [ubuntu-latest, windows-latest, macOS-latest]
2122

2223
#
2324
# Sequencia de execução das tarefas do job.

0 commit comments

Comments
 (0)