Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
python-version: ['3.10.15', '3.11']

include:
# temporarily disabling this Intel-based Mac OS run
# because of issues with underlying dependencies breaking the build
# see: https://github.com/google/sbsim/issues/126
#
#- os: macos-13 # intel-based
# python-version: '3.11'
- os: macos-15-intel # updated intel-based
python-version: '3.11'

- os: macos-latest # arm-based
python-version: '3.11'
Expand Down
Loading