Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 4 additions & 4 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: |
@@ -56,7 +56,7 @@ jobs:
5656
uses: suve/GHActions-FPC@v0.4.0
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/GHActions-FPC@v0.4.0
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)

AltStyle によって変換されたページ (->オリジナル) /