Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, windows-2022, macOS-latest]
os: [ubuntu-24.04, windows-2025, macOS-latest]

steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Setup Vlang
uses: vlang/setup-v@51668e85beab02cce1907b99b6ad039e71d98994
uses: vlang/setup-v@7ba18b437b1d46ae2ef44e153b7c1a373afc0378
with:
version: '0c3183c55b39534f9bb0d2f796bb575d39c9d229' # 0.5.1

# - name: Install project dependencies
# run: <install dependencies>
Expand Down
Loading