Skip to content

Commit

Permalink
Run mac build on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 3, 2024
1 parent 9f7a16f commit 7c1d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
platform:
[
{ os: "ubuntu-latest", cmd: "build:linux" },
{ os: "macos-11", cmd: "build:macos" },
{ os: "macos-latest", cmd: "build:macos" },
{ os: "windows-latest", cmd: "build:windows" },
]
steps:
Expand Down

0 comments on commit 7c1d4bf

Please sign in to comment.