Skip to content

Commit

Permalink
ci: build kimageformats on 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Oct 20, 2023
1 parent 4266795 commit 00f1e42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kimageformats.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build KImageFormats
on:
push:
branches: [ master ]
branches: [master]
workflow_dispatch:
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
matrix:
include:
- os: ubuntu-20.04
vers: '5.15.2'
Expand All @@ -28,11 +28,11 @@ jobs:
vers: '6.2.2'
universalBinary: 'true'
- os: windows-2019
vers: '6.5.0'
vers: '6.4.3'
forceWin32: 'false'
arch: 'win64_msvc2019_64'
- os: macos-latest
vers: '6.5.0'
vers: '6.4.3'
universalBinary: 'true'

steps:
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: 'cont'
files: kimageformats-*.zip
files: kimageformats-*.zip

0 comments on commit 00f1e42

Please sign in to comment.