Skip to content

Commit ce514e2

Browse files
committed
Since macos-13 test image are retired, move on to macos-15 by github advise
1 parent bf03f40 commit ce514e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.macos.arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
macOS14-arm:
9-
runs-on: macos-14
9+
runs-on: macos-15
1010

1111
steps:
1212
- uses: szenius/set-timezone@v2.0

.github/workflows/ci.macos.x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
macOS13-x86:
9-
runs-on: macos-13
9+
runs-on: macos-15
1010

1111
steps:
1212
- uses: szenius/set-timezone@v2.0

0 commit comments

Comments
 (0)