Skip to content

Commit

Permalink
kram - bump build for macos-13 runner
Browse files Browse the repository at this point in the history
There's also a macos-14 runner.  Hoping this bumps Xcode 14.2 to 15.1, since getting weird build failures on macos-latest (macos-12 + Xcode 14.2) trying to build SwiftUI-based kram-profile.
  • Loading branch information
alecazam committed Mar 4, 2024
1 parent 4ba86f2 commit a021565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest, windows-latest]
#os: [macos-latest, windows-latest]
os: [macos-13, windows-latest]

steps:
- name: Update CMake
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest, windows-latest]
#os: [macos-latest, windows-latest]
os: [macos-13, windows-latest]

steps:
- name: Update CMake
Expand Down

0 comments on commit a021565

Please sign in to comment.