Skip to content

Commit

Permalink
Test build rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 28, 2025
1 parent 4817792 commit 21265ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ env:
PACKAGE_DIRECTORY: "/home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}"
BRANCH_BUILDTOOLS: 'develop'
BRANCH_CLIENT: 'develop'
BRANCH_SERVER: 'hotfix/v3.0.2'
BRANCH_SERVER: 'develop'

jobs:
prepare:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
build_all: ${{ steps.changes.outputs.build_all }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
build:
name: Build Packages
needs: prepare
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 21265ce

Please sign in to comment.