Skip to content

Commit

Permalink
Migrate CI from macOS 12 to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Sep 30, 2024
1 parent b8d2daf commit c9488b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
cxx: g++-13
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-12
runs-on: macos-13
- cc: clang
cxx: clang++
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-12
runs-on: macos-13
steps:
- name: Add Clang/LLVM repositories (Linux)
if: "${{ runner.os == 'Linux' && contains(matrix.cxx, 'clang') }}"
Expand Down

0 comments on commit c9488b3

Please sign in to comment.