mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 13:54:27 +02:00
Update CI script version numbers.
This commit is contained in:
30
.github/workflows/ci.yml
vendored
30
.github/workflows/ci.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ g++-11, g++-12, clang++-14 ]
|
compiler: [ g++-11, g++-12, clang++-14 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ clang++-11, clang++-12, clang++-13 ]
|
compiler: [ clang++-11, clang++-12, clang++-13 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
|
compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ clang, gcc-11, gcc-10, gcc-9 ]
|
toolset: [ clang, gcc-11, gcc-10, gcc-9 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -188,7 +188,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ clang ]
|
toolset: [ clang ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -226,7 +226,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ msvc-14.0 ]
|
toolset: [ msvc-14.0 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -264,7 +264,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ msvc-14.2 ]
|
toolset: [ msvc-14.2 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -302,7 +302,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ msvc-14.3 ]
|
toolset: [ msvc-14.3 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -340,7 +340,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
toolset: [ clang-msvc-14.3 ]
|
toolset: [ clang-msvc-14.3 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -375,8 +375,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
qemu_arch: [ aarch64, s390x, ppc64le ]
|
qemu_arch: [ aarch64, s390x, ppc64le ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.1.0
|
- uses: actions/checkout@v3
|
||||||
- uses: uraimo/run-on-arch-action@v2.0.5
|
- uses: uraimo/run-on-arch-action@v2
|
||||||
name: Run commands
|
name: Run commands
|
||||||
id: runcmd
|
id: runcmd
|
||||||
with:
|
with:
|
||||||
@@ -411,8 +411,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
qemu_arch: [ aarch64, ppc64le ]
|
qemu_arch: [ aarch64, ppc64le ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.1.0
|
- uses: actions/checkout@v3
|
||||||
- uses: uraimo/run-on-arch-action@v2.0.5
|
- uses: uraimo/run-on-arch-action@v2
|
||||||
name: Run commands
|
name: Run commands
|
||||||
id: runcmd
|
id: runcmd
|
||||||
with:
|
with:
|
||||||
@@ -448,7 +448,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [ emcc ]
|
compiler: [ emcc ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
@@ -525,7 +525,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
std: [ 11, 14, 17 ]
|
std: [ 11, 14, 17 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- uses: mstachniuk/ci-skip@v1
|
- uses: mstachniuk/ci-skip@v1
|
||||||
|
Reference in New Issue
Block a user