mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-24 01:54:22 +00:00
update github actions
This commit is contained in:
parent
c726051c5c
commit
ed41cbbd0a
3 changed files with 8 additions and 9 deletions
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
|
|
@ -11,8 +11,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- { os: macos-13 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-13-Readme.md#xcode
|
||||
- { os: macos-14 } # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-14-Readme.md#xcode
|
||||
- { os: macos-13 }
|
||||
- { os: macos-14 }
|
||||
- { os: macos-15 }
|
||||
|
||||
name: "${{ matrix.config.os }}"
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue