Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-park committed Jan 7, 2025
1 parent 5111a0e commit 6173cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/detect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
arch: [arm64, x86_64]
include:
- preset: freebsd
version: "14.1"
version: "14.2"
install: sudo pkg install -y cmake perl5
- preset: netbsd
version: "10.0"
install: sudo pkgin -y install cmake perl
- preset: openbsd
version: "7.5"
version: "7.6"
install: sudo pkg_add cmake
name: ${{ matrix.preset }}-${{ matrix.arch }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
fail-fast: false
matrix:
preset: [CLANG32, CLANG64, MINGW32, MINGW64, UCRT64]
preset: [CLANG64, MINGW32, MINGW64, UCRT64]
name: msys2-${{ matrix.preset }}
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 6173cdf

Please sign in to comment.