We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369d0d5 commit 5e538fbCopy full SHA for 5e538fb
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
strategy:
78
fail-fast: false
79
matrix:
80
- os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, windows-2019, windows-11-arm ]
+ os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, windows-2019 ]
81
runs-on: ${{ matrix.os }}
82
outputs:
83
commit: ${{ steps.latest_commit.outputs.commit }}
0 commit comments