We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b7d5e commit 2f43eb1Copy full SHA for 2f43eb1
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Stack macOS
18
uses: ./.github/workflows/stack.yml
19
with:
20
- os: macos-12
+ os: macos-latest
21
22
stack-windows:
23
name: Stack Windows
@@ -36,4 +36,4 @@ jobs:
36
name: Nix macOS
37
uses: ./.github/workflows/nix.yml
38
39
.github/workflows/nix-agda.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
fail-fast: false
matrix:
- os: [ 'macos-12' , 'ubuntu-22.04']
+ os: [ 'macos-latest' , 'ubuntu-22.04']
name: Nix Agda
runs-on: ${{ matrix.os }}
0 commit comments