mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-14 17:30:59 +00:00
ci: remove macos-11; add macos-13; upgrade to checkout@v4 and upload-artifact@v4 (#69)
* ci: upgrade to checkout@v4 and upload-artifact@v4 * ci: remove macos-11; add macos-13 macos-11 will be removed by the end of June; replace it with macos-13. macos-14 a.k.a. macos-latest is already covered by cmake-fat.yml.
This commit is contained in:
parent
9951892251
commit
d59a35d3a9
4
.github/workflows/cmake-fat.yml
vendored
4
.github/workflows/cmake-fat.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: make mpw
|
run: make mpw
|
||||||
|
|
||||||
- name: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mpw fat
|
name: mpw fat
|
||||||
path: ${{runner.workspace}}/build/bin/mpw
|
path: ${{runner.workspace}}/build/bin/mpw
|
||||||
|
7
.github/workflows/cmake.yml
vendored
7
.github/workflows/cmake.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-12, macos-11]
|
os: [macos-12, macos-13]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@ -35,8 +35,7 @@ jobs:
|
|||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
- name: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mpw ${{ matrix.os }}
|
name: mpw ${{ matrix.os }}
|
||||||
path: ${{runner.workspace}}/build/bin/mpw
|
path: ${{runner.workspace}}/build/bin/mpw
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user