Skip to content

Commit

Permalink
macOS virtual machine for x86_64 arch is updated to macOS 12 as macOS…
Browse files Browse the repository at this point in the history
… 11 is now deprecated on GitHub server
  • Loading branch information
adelhpour committed Jun 24, 2024
1 parent c6a5eee commit 13bdc76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
fail-fast: false
matrix:
platform:
- name: macos-11-release
- name: macos-12-release
os_type: macos
os_name: macos-11
os_name: macos-12
build_type: Release
build_python: ON
- name: macos-11-debug
- name: macos-12-debug
os_type: macos
os_name: macos-11
os_name: macos-12
build_type: Debug
build_python: ON
- name: macos-latest-release
Expand Down

0 comments on commit 13bdc76

Please sign in to comment.