Skip to content

Commit

Permalink
Fix MacOS version to MacOS 13 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannick Kremer committed May 3, 2024
1 parent 2ed57b8 commit 90c66ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

build_mac:
name: Build for MacOS
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Get Number of CPU Cores
Expand Down

0 comments on commit 90c66ba

Please sign in to comment.