Skip to content

Commit

Permalink
ci: update minimum x86 macOS version to 13
Browse files Browse the repository at this point in the history
Change the minimum officially supported x86 macOS version for the
compiler and tooling to 13, as GitHub Actions no longer support version
12.
  • Loading branch information
zerbina committed Dec 6, 2024
1 parent 42945cd commit 6b80841
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 @@ -83,7 +83,7 @@ jobs:
},
{
"name": "macOS",
"runner": "macos-12"
"runner": "macos-13"
},
{
"name": "macOS (M1)",
Expand Down

0 comments on commit 6b80841

Please sign in to comment.