Skip to content

Commit

Permalink
Use macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 19, 2024
1 parent 8ed0192 commit 782b83c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
include:
- os: ubuntu-latest
DISTRO: Ubuntu
- os: macOS-12
- os: macOS-13
DISTRO: na
- os: windows-latest
DISTRO: na
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cabal.project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-12, windows-latest, ubuntu-latest]
os: [macOS-13, windows-latest, ubuntu-latest]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6"]
include:
- os: macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
ARTIFACT: "aarch64-apple-darwin-ghcup"
GHC_VER: 9.6.6
ARCH: ARM64
- os: macOS-12
- os: macOS-13
ARTIFACT: "x86_64-apple-darwin-ghcup"
GHC_VER: 9.6.6
ARCH: 64
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
GHC_VER: 9.6.6
ARCH: ARM64
DISTRO: na
- os: macOS-12
- os: macOS-13
ARTIFACT: "x86_64-apple-darwin-ghcup"
GHC_VER: 9.6.6
ARCH: 64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, macOS-12, windows-latest, ubuntu-latest]
os: [macOS-latest, macOS-13, windows-latest, ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 782b83c

Please sign in to comment.