diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87f60c1c..1478d4f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This code is part of a Qiskit project. # -# (C) Copyright IBM 2021, 2023. +# (C) Copyright IBM 2021, 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory @@ -111,12 +111,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [3.8, 3.9, '3.10', 3.11, 3.12] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12.0] include: - os: macos-latest python-version: 3.8 - os: macos-latest - python-version: 3.12 + python-version: 3.12.0 - os: windows-latest python-version: 3.8 - os: windows-latest @@ -172,7 +172,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: [3.8, 3.12] + python-version: [3.8, 3.12.0] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -278,7 +278,7 @@ jobs: path: /tmp/u311 - uses: actions/download-artifact@v3 with: - name: ubuntu-latest-3.12 + name: ubuntu-latest-3.12.0 path: /tmp/u312 - uses: actions/download-artifact@v3 with: @@ -286,7 +286,7 @@ jobs: path: /tmp/m38 - uses: actions/download-artifact@v3 with: - name: macos-latest-3.12 + name: macos-latest-3.12.0 path: /tmp/m312 - uses: actions/download-artifact@v3 with: