Skip to content

Commit 31945d1

Browse files
authored
Upgrade from mac 13 to mac 15 due to deprecation (#1272)
1 parent 9b30452 commit 31945d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
mac-os-build-clang:
15-
runs-on: macos-13
15+
runs-on: macos-15-intel
1616
env:
1717
AWS_KVS_LOG_LEVEL: 2
1818
permissions:
@@ -47,7 +47,7 @@ jobs:
4747
./tst/producerTest
4848
4949
mac-os-build-gcc:
50-
runs-on: macos-13
50+
runs-on: macos-15-intel
5151
strategy:
5252
matrix:
5353
parallel-build:

.github/workflows/samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
- name: kvssink_intermittent_sample # There is no file source option for this sample (will use gst videotestsrc).
6666
args: testsrc 120 # <gst-videotestsrc> <sample_duration_seconds>
6767
runner:
68-
- id: macos-13
69-
image: macos-13
68+
- id: macos-15-intel
69+
image: macos-15-intel
7070

7171
- id: ubuntu-22.04
7272
image: ubuntu-latest

0 commit comments

Comments
 (0)