Skip to content

Commit

Permalink
kram - build - update workflows to use macos-latest
Browse files Browse the repository at this point in the history
This was building with macos-13, but should just build to latest Xcode.
  • Loading branch information
alecazam committed Sep 16, 2024
1 parent aba23da commit 7b8e6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
#os: [ubuntu-latest, macos-latest, windows-latest]
#os: [macos-latest, windows-latest]
os: [macos-13, windows-latest]
os: [macos-latest, windows-latest]
#os: [macos-13, windows-latest]

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

steps:
- name: Update CMake
Expand Down

0 comments on commit 7b8e6d2

Please sign in to comment.