Skip to content

Commit

Permalink
downgrade macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
zawata committed Jan 7, 2025
1 parent 833137c commit 42f0248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04]
os: [macos-13, windows-latest, ubuntu-20.04]
arch: [x64, arm64]
include:
- os: macos-latest
- os: macos-13
friendlyName: macOS
targetPlatform: macOS
- os: windows-latest
Expand All @@ -42,11 +42,11 @@ jobs:
arch: arm64
timeout-minutes: 20
steps:
# We need to use Xcode 14.3 for maximum compatibility with older macOS (x64)
# We need to use Xcode 13.1 for maximum compatibility with older macOS (x64)
- name: Switch to oldest available Xcode
if: matrix.targetPlatform == 'macOS' && matrix.arch == 'x64'
run: |
sudo xcode-select -s /Applications/Xcode_14.3.1.app/Contents/Developer/
sudo xcode-select -s /Applications/Xcode_13.1.app/Contents/Developer/
# Delete the command line tools to make sure they don't get our builds
# messed up with macOS SDK stuff.
sudo rm -rf /Library/Developer/CommandLineTools
Expand Down

0 comments on commit 42f0248

Please sign in to comment.