Skip to content

Commit ad80d47

Browse files
lint (#458)
Co-authored-by: EFIBootEditor (Bot) <EFIBootEditorBot@users.noreply.github.com>
1 parent 4bbb923 commit ad80d47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/asset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
matrix:
3232
qt-version:
3333
- 5.15.2 # Supported in Ubuntu Noble Numbat until 2029-04-25
34-
- 6.2.4 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01
35-
- 6.8.3 # Supported in Ubuntu Plucky Puffin until 2026-01-17
34+
- 6.2.4 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01
35+
- 6.8.3 # Supported in Ubuntu Plucky Puffin until 2026-01-17
3636
- 6.10.0 # Supported until 2026-04-07
3737
exclude:
3838
- qt-version: ${{ endsWith(inputs.os, 'arm') && '5.15.2' || 'none' }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
matrix:
3030
qt-version:
3131
- 5.15.2 # Supported in Ubuntu Noble Numbat until 2029-04-25
32-
- 6.2.4 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01
33-
- 6.8.3 # Supported in Ubuntu Plucky Puffin until 2026-01-17
32+
- 6.2.4 # Supported in Ubuntu Jammy Jellyfish until 2027-04-01
33+
- 6.8.3 # Supported in Ubuntu Plucky Puffin until 2026-01-17
3434
- 6.10.0 # Supported until 2026-04-07
3535
exclude:
3636
- qt-version: ${{ endsWith(inputs.os, 'arm') && '5.15.2' || 'none' }}

0 commit comments

Comments
 (0)