Skip to content

Commit 53e6e99

Browse files
committed
change: replace macos with darwin
1 parent 5ca649a commit 53e6e99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ env:
1717
jobs:
1818
compile:
1919
strategy:
20-
fail-fast: false
2120
matrix:
2221
job:
23-
- { os: ubuntu-18.04, target: linux }
24-
- { os: macos-latest, target: macos }
22+
- { os: ubuntu-latest, target: linux }
23+
- { os: macos-latest, target: darwin }
2524
- { os: windows-latest, target: windows }
2625
runs-on: ${{ matrix.job.os }}
2726
steps:

0 commit comments

Comments
 (0)