mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Build and test on macOS 13
https://github.com/actions/runner-images#available-images
This commit is contained in:
committed by
John Bampton
parent
63f3ff4ac5
commit
d387e89ae2
@@ -1,3 +1,4 @@
|
||||
# https://github.com/actions/runner-images#available-images
|
||||
name: Build & Test
|
||||
|
||||
on: [push, pull_request]
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user