Skip to content

Commit c163175

Browse files
committed
remove macos-latest from tests
1 parent b0701db commit c163175

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ name: Test and build
22

33
on: [pull_request]
44

5+
56
jobs:
67
build:
78
strategy:
89
matrix:
9-
os: ['ubuntu-22.04', 'ubuntu-20.04', 'ubuntu-18.04', 'macos-latest']
10+
# macos-latest references are kept here for historical purposes. removed macos-latest from the
11+
#matrix as it is not a typical case for users and causes a lot of friction with other linux-based
12+
# installs. Recommend developing on codespaces or using an ubuntu container.
13+
os: ['ubuntu-22.04', 'ubuntu-20.04', 'ubuntu-18.04']
1014
fail-fast: false
1115
runs-on: ${{ matrix.os }}
1216
steps:

0 commit comments

Comments
 (0)