From bf13c6a38675742eb34e781be5c33786dd93460d Mon Sep 17 00:00:00 2001 From: Jiwoo Park Date: Tue, 7 Jan 2025 20:27:53 +0900 Subject: [PATCH] Update workflows --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2be8aed..65d9653 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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: