Skip to content

Commit 1f4b4ea

Browse files
committed
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

Lines changed: 2 additions & 2 deletions
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)