Skip to content

Commit e60a464

Browse files
sokhealypcrumley
andauthored
bump macos to 13 (#1466)
# 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]>
1 parent 1eef842 commit e60a464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
macos:
8484
name: macOS
85-
runs-on: macos-12
85+
runs-on: macos-13
8686
steps:
8787
- uses: actions/checkout@v4
8888
with:

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
os:
7171
- ubuntu-20.04
72-
- macos-12
72+
- macos-13
7373
- windows-2022
7474
runs-on: ${{ matrix.os }}
7575
steps:

0 commit comments

Comments
 (0)