Skip to content

Commit df433a3

Browse files
authoredAug 4, 2024··
Merge pull request #144 from suve/update-CI-runners
Update CI runners
2 parents 2067fa6 + 21e8ba4 commit df433a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/ci.yml

+6-6
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,13 +65,13 @@ 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: |
7272
./tests/testversion
73-
ubuntu-20-04:
74-
runs-on: ubuntu-20.04
73+
ubuntu-22-04:
74+
runs-on: ubuntu-22.04
7575
steps:
7676
- name: Install FPC
7777
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.