We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2067fa6 + 21e8ba4 commit df433a3Copy full SHA for df433a3
.github/workflows/ci.yml
@@ -7,8 +7,8 @@ on:
7
branches: [ master ]
8
9
jobs:
10
- macos-11-big-sur:
11
- runs-on: macos-11
+ macos-14-sonoma:
+ runs-on: macos-14
12
steps:
13
- name: Install FPC
14
run: |
@@ -56,7 +56,7 @@ jobs:
56
uses: suve/[email protected]
57
with:
58
source: tests/testinit.pas
59
- flags: Fl/usr/local/lib
+ flags: Fl/opt/homebrew/lib
60
verbosity: ewnh
61
- name: Test 1 - Run Init Test
62
@@ -65,13 +65,13 @@ jobs:
65
66
67
source: tests/testversion.pas
68
69
70
- name: Test 2 - Run Version Test
71
72
./tests/testversion
73
- ubuntu-20-04:
74
- runs-on: ubuntu-20.04
+ ubuntu-22-04:
+ runs-on: ubuntu-22.04
75
76
77
0 commit comments