Skip to content

Commit 152fde2

Browse files
committed
[*] update gcarreno/setup-lazarus to v3.0.16
1 parent fef838a commit 152fde2

3 files changed

Lines changed: 10 additions & 45 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,15 @@ on:
77
jobs:
88
build:
99
runs-on: ${{ matrix.operating-system }}
10-
1110
strategy:
1211
matrix:
13-
kind: ['linux', 'windows', 'macOS']
14-
include:
15-
- kind: linux
16-
operating-system: ubuntu-latest
17-
target: linux-x64
18-
- kind: windows
19-
operating-system: windows-latest
20-
target: win-x64
21-
- kind: macOS
22-
operating-system: windows-latest
23-
target: osx-x64
24-
25-
lazarus-versions: [stable] # [dist, stable, 2.0.10, 2.0.6, 1.6.4, 1.6.2, 1.4.4, 1.2]
12+
operating-system: [windows-latest,ubuntu-latest,macos-latest]
13+
lazarus-versions: [stable] #[dist, stable, 2.0.12, 2.0.10, 2.0.8, 2.0.6]
2614

2715
steps:
2816
- uses: actions/checkout@v2
2917
- name: Install Lazarus
30-
uses: gcarreno/setup-lazarus@v3.0.2
18+
uses: gcarreno/setup-lazarus@v3.0.16
3119
with:
3220
lazarus-version: ${{ matrix.lazarus-versions }}
3321
# include-packages: "Synapse 40.1"

.github/workflows/daily-build.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,15 @@ on:
99
jobs:
1010
daily_build:
1111
runs-on: ${{ matrix.operating-system }}
12-
1312
strategy:
1413
matrix:
15-
kind: ['linux', 'windows', 'macOS']
16-
include:
17-
- kind: linux
18-
operating-system: ubuntu-latest
19-
target: linux-x64
20-
- kind: windows
21-
operating-system: windows-latest
22-
target: win-x64
23-
- kind: macOS
24-
operating-system: windows-latest
25-
target: osx-x64
26-
27-
lazarus-versions: [stable] # [dist, stable, 2.0.10, 2.0.6, 1.6.4, 1.6.2, 1.4.4, 1.2]
14+
operating-system: [windows-latest,ubuntu-latest,macos-latest]
15+
lazarus-versions: [stable] #[dist, stable, 2.0.12, 2.0.10, 2.0.8, 2.0.6]
2816

2917
steps:
3018
- uses: actions/checkout@v2
3119
- name: Install Lazarus
32-
uses: gcarreno/setup-lazarus@v3.0.2
20+
uses: gcarreno/setup-lazarus@v3.0.16
3321
with:
3422
lazarus-version: ${{ matrix.lazarus-versions }}
3523
# include-packages: "Synapse 40.1"

.github/workflows/release.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,17 @@ on:
77

88
jobs:
99
release:
10+
build:
1011
runs-on: ${{ matrix.operating-system }}
11-
1212
strategy:
1313
matrix:
14-
kind: ['linux', 'windows', 'macOS']
15-
include:
16-
- kind: linux
17-
operating-system: ubuntu-latest
18-
target: linux-x64
19-
- kind: windows
20-
operating-system: windows-latest
21-
target: win-x64
22-
- kind: macOS
23-
operating-system: windows-latest
24-
target: osx-x64
25-
26-
lazarus-versions: [stable] # [dist, stable, 2.0.10, 2.0.6, 1.6.4, 1.6.2, 1.4.4, 1.2]
14+
operating-system: [windows-latest,ubuntu-latest,macos-latest]
15+
lazarus-versions: [stable] #[dist, stable, 2.0.12, 2.0.10, 2.0.8, 2.0.6]
2716

2817
steps:
2918
- uses: actions/checkout@v2
3019
- name: Install Lazarus
31-
uses: gcarreno/setup-lazarus@v3.0.2
20+
uses: gcarreno/setup-lazarus@v3.0.16
3221
with:
3322
lazarus-version: ${{ matrix.lazarus-versions }}
3423
# include-packages: "Synapse 40.1"

0 commit comments

Comments
 (0)