Skip to content

Commit d387e89

Browse files
committed
1 parent 63f3ff4 commit d387e89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://github.com/actions/runner-images#available-images
12
name: Build & Test
23

34
on: [push, pull_request]
@@ -20,6 +21,7 @@ jobs:
2021
- {os: ubuntu-20.04, cc: gcc, cxx: g++}
2122
- {os: ubuntu-20.04, cc: clang, cxx: clang++}
2223
- {os: macos-latest, cc: clang, cxx: clang++}
24+
- {os: macos-13, cc: clang, cxx: clang++}
2325
- {os: macos-12, cc: clang, cxx: clang++}
2426
- {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"}
2527
env:

0 commit comments

Comments
 (0)