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 4e69606 commit bf13c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ jobs:
config: [Debug, Release]
include:
- preset: freebsd
version: "14.0"
version: "14.2"
install: sudo pkg install -y cmake ninja
- preset: netbsd
version: "10.0"
install: sudo pkgin -y install cmake ninja-build gcc13
- preset: openbsd
version: "7.5"
version: "7.6"
install: sudo pkg_add cmake ninja
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
fail-fast: false
matrix:
preset: [UCRT64, CLANG64, CLANG32, MINGW64, MINGW32]
preset: [CLANG64, MINGW32, MINGW64, UCRT64]
config: [Debug, Release]
runs-on: windows-latest
defaults:
Expand Down

0 comments on commit bf13c6a

Please sign in to comment.