Skip to content

Commit

Permalink
Upgrade to macos-12 CI runners for iOS/macOS builds (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs authored Jun 18, 2024
1 parent 9b0756a commit f6d3ed1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
arch: x64
- os: windows
arch: x64
runs-on: ${{ (contains('ios macos', matrix.os) && 'macos-11')
# NOTE: Using `macos-12` instead of `macos-latest` is for improving backward
# compatibility with older iOS/macOS versions.
runs-on: ${{ (contains('ios macos', matrix.os) && 'macos-12')
|| (contains('windows', matrix.os) && 'windows-2019')
|| 'ubuntu-latest' }}
steps:
Expand Down

0 comments on commit f6d3ed1

Please sign in to comment.