Skip to content

Commit

Permalink
GitHub Actions: update to CPA 0.24.0 and use OpenBSD 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Apr 12, 2024
1 parent 7364662 commit 3b478ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- { name: FreeBSD, os: freebsd, os-version: '14.0', arch: x86_64,
install-cmd: "sudo pkg update && sudo pkg install -y cmake sdl2 glew lzo2 jpeg-turbo openal-soft libogg libtheora libvorbis"
}
- { name: OpenBSD, os: openbsd, os-version: 7.4, arch: x86_64,
- { name: OpenBSD, os: openbsd, os-version: 7.5, arch: x86_64,
install-cmd: "sudo pkg_add cmake SDL2 glew lzo2 jpeg openal libogg libtheora libvorbis",
}
#- { name: NetBSD, os: netbsd, os-version: 9.3, arch: x86_64,
Expand All @@ -196,7 +196,7 @@ jobs:
submodules: recursive

- name: Setup ${{ matrix.platform.name }} and packages
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: ${{ matrix.platform.os }}
architecture: ${{ matrix.platform.arch }}
Expand All @@ -209,7 +209,7 @@ jobs:
run: ${{ matrix.platform.install-cmd }}

- name: Run CMake
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: ${{ matrix.platform.os }}
architecture: ${{ matrix.platform.arch }}
Expand All @@ -222,7 +222,7 @@ jobs:
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.Configuration }} -DCMAKE_UNITY_BUILD=ON

- name: Run CMake Build
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: ${{ matrix.platform.os }}
architecture: ${{ matrix.platform.arch }}
Expand Down

0 comments on commit 3b478ff

Please sign in to comment.