mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
update ci
This commit is contained in:
parent
081a77b96a
commit
25f32188ca
2 changed files with 2 additions and 3 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -9,8 +9,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- { os: macos-10.15 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md#xcode
|
||||
- { os: macos-11.0 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md#xcode
|
||||
- { os: macos-10.15 }
|
||||
- { os: macos-11.0 }
|
||||
build: [Debug, Release]
|
||||
|
||||
name: "${{matrix.config.os}}:${{matrix.build}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue