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 May 5, 2023
1 parent 9033191 commit 6a263fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 @@ -19,7 +20,8 @@ jobs:
- {os: ubuntu-22.04, cc: clang, cxx: clang++}
- {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:
MRUBY_CONFIG: ci/gcc-clang
Expand Down

0 comments on commit 6a263fa

Please sign in to comment.