Skip to content

Commit

Permalink
fix: Bump macos version to 13
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Dec 11, 2024
1 parent 5149f86 commit cb63f20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"windows-2019-x86",
"windows-2022-x64",
"windows-2022-x86",
"macos-12-x64"
"macos-13-x64"
]
include:
- label: "ubuntu-20.04-x64"
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
triplet: "x86-windows"
mono: ""
sudo: ""
- label: "macos-12-x64"
os: "macos-12"
- label: "macos-13-x64"
os: "macos-13"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
Expand Down

0 comments on commit cb63f20

Please sign in to comment.