Skip to content

Commit ce9e63f

Browse files
authored
Move to macOS 11 on GitHub Actions. (#1671)
1 parent ed278fc commit ce9e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
config:
1212
- { os: ubuntu-20.04, platform: x64, cxx: g++-10, cc: gcc-10 }
13-
- { os: macos-10.15, platform: x64, cxx: clang++, cc: clang }
13+
- { os: macos-11, platform: x64, cxx: clang++, cc: clang }
1414
- { os: windows-2019, platform: x64, vs: msvc }
1515

1616
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)