Skip to content

Commit 16304db

Browse files
committed
CI: use macOS 13 (instead of 14/latest)
The macOS jobs started failing for no reason so maybe it's because macOS-latest now maps to macOS14 (which has a different CPU, AFAIU) or macOS13. See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
1 parent 93c540d commit 16304db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
macOS--dotnet6-and-mono:
19-
runs-on: macOS-latest
19+
runs-on: macOS-12
2020
steps:
2121
- uses: actions/checkout@v1
2222
with:
@@ -49,7 +49,7 @@ jobs:
4949
find . -type f -name "*.fsx" | xargs -t -I {} dotnet fsxc {}
5050
5151
macOS--mono-only:
52-
runs-on: macOS-latest
52+
runs-on: macOS-12
5353
steps:
5454
- uses: actions/checkout@v1
5555
with:
@@ -72,7 +72,7 @@ jobs:
7272
run: make update-servers
7373

7474
macOS--dotnet6-only:
75-
runs-on: macOS-latest
75+
runs-on: macOS-12
7676
steps:
7777
- uses: actions/checkout@v1
7878
with:

0 commit comments

Comments
 (0)