Skip to content

Commit

Permalink
Build and test on macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Mar 23, 2024
1 parent a810b9b commit f57b90e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
@@ -1,3 +1,4 @@
# https://github.com/actions/runner-images#available-images
name: Build & Test

on: [push, pull_request]
Expand All @@ -20,6 +21,7 @@ jobs:
- {os: ubuntu-20.04, cc: gcc, cxx: g++}
- {os: ubuntu-20.04, cc: clang, cxx: clang++}
- {os: macos-latest, cc: clang, cxx: clang++}
- {os: macos-13, cc: clang, cxx: clang++}
- {os: macos-12, cc: clang, cxx: clang++}
- {os: windows-latest, cc: gcc, cxx: g++, altname: "mingw-gcc"}
env:
Expand Down

0 comments on commit f57b90e

Please sign in to comment.