Skip to content

Commit

Permalink
fix: downgrade to macos-13 for intel-compat build (#2811)
Browse files Browse the repository at this point in the history
Context: #2809 (comment)

Closes #2809
  • Loading branch information
lidel authored May 16, 2024
1 parent c89435c commit 6f314b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 6f314b6

Please sign in to comment.