Skip to content

Commit c7566b4

Browse files
authored
Update test.yml
1 parent 316ae5f commit c7566b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: bin-ubuntu
3131
path: bin
3232
build-mac:
33-
runs-on: osx-latest
33+
runs-on: macos-latest
3434
steps:
3535
- uses: actions/checkout@v2
3636
# setup python
@@ -53,7 +53,7 @@ jobs:
5353
name: bin-mac
5454
path: bin
5555
build-win:
56-
runs-on: osx-latest
56+
runs-on: windows-latest
5757
steps:
5858
- uses: actions/checkout@v2
5959
# setup python

0 commit comments

Comments
 (0)