Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit cedfdc4

Browse files
committed
Use "macOS-latest" on "Github Actions".
1 parent 05efe2c commit cedfdc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [2.7, 3.5, 3.6, 3.7]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)