Skip to content

Commit

Permalink
Qt 6.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Dec 13, 2024
1 parent b8a6d83 commit 8175e65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: ["3.11", "3.12", "3.13"]
qt-version: ["6.8.0"]
qt-version: ["6.8.1"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -105,16 +105,16 @@ jobs:
os: [macos-13]
python-version: ["3.11", "3.12", "3.13"]
architecture: [x86_64]
qt-version: ["6.8.0"]
qt-version: ["6.8.1"]
include:
- os: macos-14
python-version: "3.12"
architecture: arm64
qt-version: "6.8.0"
qt-version: "6.8.1"
- os: macos-14
python-version: "3.13"
architecture: arm64
qt-version: "6.8.0"
qt-version: "6.8.1"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
matrix:
os: [windows-2019]
python-version: ["3.11", "3.12", "3.13"]
qt-version: ["6.8.0"]
qt-version: ["6.8.1"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -438,16 +438,16 @@ jobs:
os: [macos-13]
python-version: ["3.11", "3.12", "3.13"]
architecture: [x86_64]
qt-version: ["6.8.0"]
qt-version: ["6.8.1"]
include:
- os: macos-14
python-version: "3.12"
architecture: arm64
qt-version: "6.8.0"
qt-version: "6.8.1"
- os: macos-14
python-version: "3.13"
architecture: arm64
qt-version: "6.8.0"
qt-version: "6.8.1"
steps:
- uses: actions/checkout@v4
- name: Download Wheel
Expand Down

0 comments on commit 8175e65

Please sign in to comment.