Skip to content

Commit dff88d4

Browse files
committed
update workflows
1 parent 41b7d5e commit dff88d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Stack macOS
1818
uses: ./.github/workflows/stack.yml
1919
with:
20-
os: macos-12
20+
os: macos-latest
2121

2222
stack-windows:
2323
name: Stack Windows
@@ -36,4 +36,4 @@ jobs:
3636
name: Nix macOS
3737
uses: ./.github/workflows/nix.yml
3838
with:
39-
os: macos-12
39+
os: macos-latest

.github/workflows/nix-agda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ 'macos-12' , 'ubuntu-22.04']
19+
os: [ 'macos-latest' , 'ubuntu-22.04']
2020

2121
name: Nix Agda
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)