Skip to content

Commit

Permalink
[main.yml] Update MacOS environment from macos-11 to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed May 4, 2023
1 parent 083b997 commit ccd2d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- { name: 'Linux GCC', output: 'linux_gcc_libstdcxx', os: 'ubuntu-22.04', cc: 'g++', flags: }
- { name: 'Linux LLVM/libstdc++', output: 'linux_llvm_libstdcxx', os: 'ubuntu-22.04', cc: 'clang++', flags: }
- { name: 'Linux LLVM/libc++', output: 'linux_llvm_libcxx', os: 'ubuntu-22.04', cc: 'clang++', flags: '--config=libc++' }
- { name: 'MacOS GCC', output: 'macos_gcc_libstdcxx', os: 'macos-11', cc: 'g++-11', flags: }
- { name: 'MacOS LLVM/libc++', output: 'macos_llvm_libcxx', os: 'macos-11', cc: 'clang++', flags: }
- { name: 'MacOS GCC', output: 'macos_gcc_libstdcxx', os: 'macos-12', cc: 'g++-11', flags: }
- { name: 'MacOS LLVM/libc++', output: 'macos_llvm_libcxx', os: 'macos-12', cc: 'clang++', flags: }

env:
CC: ${{matrix.cfg.cc}}
Expand Down

0 comments on commit ccd2d4d

Please sign in to comment.