Skip to content

Commit 08b6c75

Browse files
authored
Upgrade macOS runner to 14 (purescript#4548)
Since the beginning of July GitHub has deprecated the macOS-11 runners that we were using, see [the announcement](https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/)
1 parent 2070d47 commit 08b6c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- # If upgrading the Haskell image, also upgrade it in the lint job below
5757
os: ["ubuntu-latest"]
5858
image: haskell:9.2.8@sha256:b3b2f3909c7381bb96b8f18766f9407a3d6f61e0f07ea95e812583ac4f442cbb
59-
- os: ["macOS-11"]
59+
- os: ["macOS-14"]
6060
- os: ["windows-2019"]
6161
- os: ["self-hosted", "macos", "ARM64"]
6262
- os: ["self-hosted", "Linux", "ARM64"]

0 commit comments

Comments
 (0)