Skip to content

Specific workflow runs keeps failing with an internal error on macOS #25490

Discussion options

You must be logged in to vote

@FranciscoPombal,

According to the matrix configurations you set for “ci_macos”,

jobs:
  . . .

ci_macos:
name: macOS + vcpkg
runs-on: macos-10.15
strategy:
matrix:
qbt_gui: ["GUI=ON", "GUI=OFF"]
fail-fast: false

it should only generate 2 matrix jobs:

  • macOS + vcpkg (GUI=ON) runs on macos-10.15
  • macOS + vcpkg (GUI=OFF) runs on macos-10.15

Looks like, the failed jobs are duplicated and extra.

I have created an issue ticket (actions/virtual-environments#1738) to help you report the problem to the appropriate engineering team for further investigation and evaluation.
you can follow this issue ticket and add your comments to it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants