We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7accad7 commit 50c7ef7Copy full SHA for 50c7ef7
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
61
instrumentation-tests:
62
name: Instrumentation tests
63
- runs-on: macos-15
+ runs-on: macos-15-intel
64
steps:
65
- name: Checkout
66
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
.github/workflows/inapp-e2e-tests.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
inapp-e2e-tests:
12
name: In-App Message E2E Tests
13
14
15
strategy:
16
matrix:
0 commit comments