Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f4b4ea

Browse files
committedAug 2, 2024
Switch CI from macOS 11 (Big Sur) to 14 (Sonoma)
This commit switches the macOS CI job from macOS 11 Big Sur - which is no longer available in GitHub Actions - to the latest macOS release provided by GHActions, that being macOS 14 Sonoma.
1 parent 2067fa6 commit 1f4b4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
macos-11-big-sur:
11-
runs-on: macos-11
10+
macos-14-sonoma:
11+
runs-on: macos-14
1212
steps:
1313
- name: Install FPC
1414
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.