File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 branches : [ master ]
88
99jobs :
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments