Skip to content

Commit a532e11

Browse files
committed
wip: change macos version
1 parent c5c1f71 commit a532e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-ffi-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
PYTHON_VERSION: ['2.7', '3.7', '3.8', '3.9', '3.10']
167167
needs: ['macos-build']
168168
name: Macos Test
169-
runs-on: macos-12.0
169+
runs-on: macos-11.0
170170
steps:
171171
- name: Set up Python
172172
uses: actions/setup-python@v4
@@ -189,7 +189,7 @@ jobs:
189189
run: pyroscope_ffi/python/scripts/tests/test.py
190190
env:
191191
PYROSCOPE_RUN_ID: ${{ github.run_id }}
192-
PYROSCOPE_ARCH: x86-64-darwin
192+
PYROSCOPE_ARCH: x86-64-apple-darwin
193193
PYROSCOPE_API_TOKEN: ${{ secrets.PYROSCOPE_API_TOKEN }}
194194
PYROSCOPE_DETECT_SUBPROCESSES: ${{ matrix.PYROSCOPE_DETECT_SUBPROCESSES }}
195195
PYROSCOPE_ONCPU: ${{ matrix.PYROSCOPE_ONCPU }}

.github/workflows/ci-ffi-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
RUBY_VERSION: ['2.6', '2.7', '3.0', '3.1']
233233
needs: ['macos-build']
234234
name: macOS Test
235-
runs-on: macos-12.0
235+
runs-on: macos-11.0
236236
steps:
237237
- uses: ruby/setup-ruby@v1
238238
with:

0 commit comments

Comments
 (0)