Skip to content

Commit

Permalink
bump macos to 13 (#1466)
Browse files Browse the repository at this point in the history
# Description

MacOs-12 had been deprecated see here:
actions/runner-images#10721

@swift-nav/algint-team

<!-- Changes proposed in this PR -->

# API compatibility

No changes to API, Just changing MacOs from 12 to 13.

## API compatibility plan

None

# JIRA Reference

https://swift-nav.atlassian.net/browse/AP-3230

Co-authored-by: Patrick Crumley <[email protected]>
  • Loading branch information
sokhealy and pcrumley authored Dec 11, 2024
1 parent 1eef842 commit e60a464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
macos:
name: macOS
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macos-12
- macos-13
- windows-2022
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e60a464

Please sign in to comment.