Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
4e554c4c committed Jan 15, 2025
1 parent 41b7d5e commit dff88d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit dff88d4

Please sign in to comment.