Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
arch: x86-64

- os: macos
runs-on: macos-13
runs-on: macos-15-intel
arch: x86-64

- os: macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-configlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04

- os: macos
runs-on: macos-13
runs-on: macos-15-intel

- os: windows
runs-on: windows-2022
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
arch: x86-64

- os: macos
runs-on: macos-13
runs-on: macos-15-intel
arch: x86-64

- os: windows
Expand Down
3 changes: 1 addition & 2 deletions tests/test_binary_fmt.nim
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ proc main =

suite "fmt, with --update, without --yes, for an exercise that is not formatted (no diff, and exits with 1)":
test "-e bob":
let exitCode = execCmdEx(&"{fmtUpdateUnformatted} -e bob")[1]
check exitCode == 1
execAndCheckExitCode(1, &"{fmtUpdateUnformatted} -e bob", inputStr = "n")
checkNoDiff(unformattedTrackDir)

suite "fmt, with --update, for an exercise that is not formatted (diff, and exits with 0)":
Expand Down