Skip to content

Commit 6f314b6

Browse files
authored
fix: downgrade to macos-13 for intel-compat build (#2811)
Context: #2809 (comment) Closes #2809
1 parent c89435c commit 6f314b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [macos-latest, ubuntu-latest, windows-latest]
81+
os: [macos-13, ubuntu-latest, windows-latest]
8282

8383
steps:
8484
- name: Check out Git repository
@@ -145,7 +145,7 @@ jobs:
145145
strategy:
146146
fail-fast: false
147147
matrix:
148-
os: [macos-latest, ubuntu-latest, windows-latest]
148+
os: [macos-13, ubuntu-latest, windows-latest]
149149

150150
steps:
151151
- name: Check out Git repository

0 commit comments

Comments
 (0)