Skip to content

Commit

Permalink
.github/workflows/main.yml
Browse files Browse the repository at this point in the history
Update to macos12
  • Loading branch information
kwagyeman authored Jul 2, 2024
1 parent 1aa7ae5 commit 4ed83bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
map: [{os: windows-2019, host: windows, suffix: exe},
{os: windows-2019, host: windows-factory, suffix: exe},
{os: ubuntu-20.04, host: linux, suffix: run},
{os: macos-11, host: mac, suffix: dmg},
{os: macos-12, host: mac, suffix: dmg},
{os: ubuntu-20.04, host: linux-rpi, suffix: tar.gz}]
fail-fast: false
steps:
Expand Down

0 comments on commit 4ed83bd

Please sign in to comment.