Skip to content

Commit

Permalink
CI: use macOS 12 (instead of 13/14/latest)
Browse files Browse the repository at this point in the history
A macOS job 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
  • Loading branch information
knocte committed May 8, 2024
1 parent 21406a1 commit e21c92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
git diff --exit-code
macOS--dotnet6-and-mono:
runs-on: macOS-latest
runs-on: macOS-12
steps:
- uses: actions/checkout@v1
- name: Setup .NET SDK 6.0.x
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: ./compileFSharpScripts.fsx

macOS--mono:
runs-on: macOS-latest
runs-on: macOS-12
steps:
- uses: actions/checkout@v1
- name: HACK to emulate dotnet uninstall
Expand Down

0 comments on commit e21c92b

Please sign in to comment.