Skip to content

Commit 33b9877

Browse files
committed
Use "macOS-latest" on "Github Actions".
1 parent 246e441 commit 33b9877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Unix Build
88
strategy:
99
matrix:
10-
os: [ubuntu-18.04, macOS-10.14]
10+
os: [ubuntu-18.04, macOS-latest]
1111
python-version: [3.6, 3.7]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)