Skip to content

Commit 9cbb79a

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 9cbb79a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
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: |
@@ -56,7 +56,7 @@ jobs:
5656
uses: suve/[email protected]
5757
with:
5858
source: tests/testinit.pas
59-
flags: Fl/usr/local/lib
59+
flags: Fl/opt/homebrew/lib
6060
verbosity: ewnh
6161
- name: Test 1 - Run Init Test
6262
run: |
@@ -65,7 +65,7 @@ jobs:
6565
uses: suve/[email protected]
6666
with:
6767
source: tests/testversion.pas
68-
flags: Fl/usr/local/lib
68+
flags: Fl/opt/homebrew/lib
6969
verbosity: ewnh
7070
- name: Test 2 - Run Version Test
7171
run: |

0 commit comments

Comments
 (0)