Skip to content

Commit

Permalink
Update CI setup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Aug 12, 2024
1 parent da911f1 commit 3e21364
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
include:
- target: debian:11
- target: debian:12
- target: ubuntu:18.04
- target: ubuntu:20.04
- target: ubuntu:22.04
- target: ubuntu:24.04
runs-on: ubuntu-latest
container:
image: ${{ matrix.target }}
Expand All @@ -43,8 +43,8 @@ jobs:
strategy:
matrix:
include:
#- target: macos-11
- target: macos-12
- target: macos-13
runs-on: ${{ matrix.target }}
steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
include:
- container: debian:11
- container: debian:12
#- container: ubuntu:20.04
- container: ubuntu:22.04
- container: ubuntu:23.10
- container: ubuntu:24.04
runs-on: ubuntu-latest
container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -70,9 +69,8 @@ jobs:
include:
- container: debian:11
- container: debian:12
#- container: ubuntu:20.04
- container: ubuntu:22.04
- container: ubuntu:23.10
- container: ubuntu:24.04
runs-on: ubuntu-latest
container:
image: ${{ matrix.container }}
Expand Down Expand Up @@ -108,9 +106,8 @@ jobs:
include:
- container: debian:11
- container: debian:12
#- container: ubuntu:20.04
- container: ubuntu:22.04
- container: ubuntu:23.10
- container: ubuntu:24.04
runs-on: ubuntu-latest
container:
image: ${{ matrix.container }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
target: [linux-x86_64]
# TODO: add PawPaw bootstrap type
# linux-arm64, linux-armhf, linux-i686, linux-riscv64,
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
target: [macos-intel, macos-universal, macos-universal-10.15]
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
#pawpaw: true

source:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
# macOS native universal build
macos_universal:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3e21364

Please sign in to comment.