Skip to content

Commit

Permalink
ci(mac): bump use macos-13 instead of macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Feb 20, 2025
1 parent 4409e0e commit 6302df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [
macos-latest,
macos-13,
ubuntu-latest,
windows-latest
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [
macos-latest,
macos-13,
ubuntu-latest,
windows-latest
]
Expand Down

0 comments on commit 6302df4

Please sign in to comment.