Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo committed Jun 27, 2024
1 parent a8aa788 commit 4507f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
name: Build
runs-on: macos-14

env: # use tag version, if available, falling back to 1.21.2 (stable)
MITKERBEROS_VERSION: "${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.21.2' }}"
env: # use tag version, if available, falling back to 1.21.3 (stable)
MITKERBEROS_VERSION: "${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.21.3' }}"
PUBLISH_RELEASE: "${{ startsWith(github.ref, 'refs/tags/1.') && '1' || '0' }}"

steps:
Expand Down

0 comments on commit 4507f3d

Please sign in to comment.