mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-25 00:06:46 +08:00
workflow: Include macos-12 to the matrix
This commit is contained in:
parent
0eeacf0684
commit
252566fd68
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -30,6 +30,8 @@ jobs:
|
||||||
fish: brew
|
fish: brew
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
fish: brew
|
fish: brew
|
||||||
|
- os: macos-12
|
||||||
|
fish: brew
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
|
Loading…
Reference in New Issue
Block a user