Skip to content

Commit 2c7d119

Browse files
committed
fix macOS failing to build on github actions
1 parent 2a6a9ba commit 2c7d119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/d.yml renamed to .github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# They are provided by a third-party and are governed by
33
# separate terms of service, privacy policy, and support
44
# documentation.
5-
name: D
5+
name: Build
66

77
on:
88
push:
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
os: [macos-latest, ubuntu-latest, windows-latest]
23+
os: [macos-13, ubuntu-latest, windows-latest]
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)