Skip to content

Commit

Permalink
build: updated github actions to use Lazarus 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadorbs committed Dec 21, 2023
1 parent 374dc81 commit 105afa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
FPC_URL: 'gitlab'
FPC_BRANCH: 'release_3_2_2'
LAZ_URL: 'gitlab'
LAZ_BRANCH: 'lazarus_3_0_RC2'
LAZ_BRANCH: 'lazarus_3_0'
LAZ_REVISION_2_4: ''
LAZ_DIR: 'fpcLaz'
BUILD_MODE: 'Debug'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
FPC_URL: 'gitlab'
FPC_BRANCH: 'release_3_2_2'
LAZ_URL: 'gitlab'
LAZ_BRANCH: 'lazarus_3_0_RC2'
LAZ_BRANCH: 'lazarus_3_0'
LAZ_REVISION_2_4: ''
LAZ_DIR: 'fpcLaz'
BUILD_MODE: 'Release'
Expand Down

0 comments on commit 105afa7

Please sign in to comment.