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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Stack macOS
uses: ./.github/workflows/stack.yml
with:
os: macos-12
os: macos-latest

stack-windows:
name: Stack Windows
Expand All @@ -36,4 +36,4 @@ jobs:
name: Nix macOS
uses: ./.github/workflows/nix.yml
with:
os: macos-12
os: macos-latest
2 changes: 1 addition & 1 deletion .github/workflows/nix-agda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'macos-12' , 'ubuntu-22.04']
os: [ 'macos-latest' , 'ubuntu-22.04']

name: Nix Agda
runs-on: ${{ matrix.os }}
Expand Down
Loading