Skip to content

Commit bb91f96

Browse files
committed
Add a few more conversions that did not happen in ToT but seem needed on 1.2
1 parent 3f26617 commit bb91f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/darwin-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
LSAN_OPTIONS: detect_leaks=1 malloc_context_size=40 suppressions=scripts/tests/chiptest/lsan-mac-suppressions.txt
5050

5151
if: github.actor != 'restyled-io[bot]'
52-
runs-on: macos-latest
52+
runs-on: macos-13
5353

5454
steps:
5555
- name: Checkout

.github/workflows/darwin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Build Darwin
3333

3434
if: github.actor != 'restyled-io[bot]'
35-
runs-on: macos-latest
35+
runs-on: macos-13
3636

3737
steps:
3838
- name: Checkout

0 commit comments

Comments
 (0)