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
8 changes: 4 additions & 4 deletions .github/workflows/bundle-ucm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
os:
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-13 # intel
- macos-14 # apple silicon
- macos-15-intel
- macos-latest
- windows-2025
# - windows-11-arm # 2025-06-17 apparently there's no stack or ghc builds for arm64 windows
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -105,8 +105,8 @@ jobs:
os:
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-13
- macos-14
- macos-15-intel
- macos-latest
- windows-2025
# - windows-11-arm
steps:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# While iterating on this file, you can disable one or more of these to speed things up
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-13
- macos-14
- macos-15-intel
- macos-latest
- windows-2025
# - windows-11-arm
steps:
Expand Down Expand Up @@ -210,8 +210,8 @@ jobs:
# While iterating on this file, you can disable one or more of these to speed things up
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-13
- macos-14
- macos-15-intel
- macos-latest
- windows-2025
# - windows-11-arm
steps:
Expand Down Expand Up @@ -297,8 +297,8 @@ jobs:
# While iterating on this file, you can disable one or more of these to speed things up
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-13
- macos-14
- macos-15-intel
- macos-latest
# - windows-2025 fails! :-\ https://github.com/unisonweb/unison/actions/runs/15706568824/job/44253742036?pr=5765
# - windows-11-arm
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-dev-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
os:
# - ubuntu-24.04 disabling this because it's been failing for a while
# - ubuntu-24.04-arm https://github.com/unisonweb/unison/issues/5789
- macos-13
- macos-15
- macos-15-intel
- macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: mount Nix store on larger partition
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tmate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
options:
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-13
- macos-14
- macos-15-intel
- macos-latest
- windows-2022
- windows-2025
- windows-11-arm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-transcripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os:
- macos-13
- macos-15-intel
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: unisonweb/actions/stack/cache/restore@main
Expand Down
Loading