File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
9
9
jobs :
10
- macos-11-big-sur :
11
- runs-on : macos-11
10
+ macos-14-sonoma :
11
+ runs-on : macos-14
12
12
steps :
13
13
- name : Install FPC
14
14
run : |
56
56
uses : suve/GHActions-FPC@v0.4.0
57
57
with :
58
58
source : tests/testinit.pas
59
- flags : Fl/usr/local /lib
59
+ flags : Fl/opt/homebrew /lib
60
60
verbosity : ewnh
61
61
- name : Test 1 - Run Init Test
62
62
run : |
@@ -65,13 +65,13 @@ jobs:
65
65
uses : suve/GHActions-FPC@v0.4.0
66
66
with :
67
67
source : tests/testversion.pas
68
- flags : Fl/usr/local /lib
68
+ flags : Fl/opt/homebrew /lib
69
69
verbosity : ewnh
70
70
- name : Test 2 - Run Version Test
71
71
run : |
72
72
./tests/testversion
73
- ubuntu-20 -04 :
74
- runs-on : ubuntu-20 .04
73
+ ubuntu-22 -04 :
74
+ runs-on : ubuntu-22 .04
75
75
steps :
76
76
- name : Install FPC
77
77
run : |
You can’t perform that action at this time.
0 commit comments