We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b30452 commit 31945d1Copy full SHA for 31945d1
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
mac-os-build-clang:
15
- runs-on: macos-13
+ runs-on: macos-15-intel
16
env:
17
AWS_KVS_LOG_LEVEL: 2
18
permissions:
@@ -47,7 +47,7 @@ jobs:
47
./tst/producerTest
48
49
mac-os-build-gcc:
50
51
strategy:
52
matrix:
53
parallel-build:
.github/workflows/samples.yml
@@ -65,8 +65,8 @@ jobs:
65
- name: kvssink_intermittent_sample # There is no file source option for this sample (will use gst videotestsrc).
66
args: testsrc 120 # <gst-videotestsrc> <sample_duration_seconds>
67
runner:
68
- - id: macos-13
69
- image: macos-13
+ - id: macos-15-intel
+ image: macos-15-intel
70
71
- id: ubuntu-22.04
72
image: ubuntu-latest
0 commit comments