mirror of
https://github.com/nlohmann/json
synced 2025-01-15 19:50:05 +00:00
👷 rename workflows
This commit is contained in:
parent
cd76f59af6
commit
ab02b08296
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: Windows
|
||||
name: macOS
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -1,18 +1,18 @@
|
||||
name: macOS
|
||||
name: Windows
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macos-latest
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: prepare
|
||||
run: mkdir build
|
||||
- name: cmake
|
||||
run: cd build ; cmake ..
|
||||
run: cd build ; cmake .. -G "Visual Studio 16 2019"
|
||||
- name: build
|
||||
run: make -C build
|
||||
- name: test
|
||||
|
Loading…
Reference in New Issue
Block a user