Skip to content

Commit 6011bdb

Browse files
committed
fix gh workflow
1 parent 5705c0c commit 6011bdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_docs_and_deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111

1212
env:
1313
SCCACHE_GHA_ENABLED: "true"
14-
matrix.name: "Linux-x86_64"
15-
matrix.os: "ubuntu-latest"
1614

1715
# When pushing new commits, cancel any workflows with the same name on that branch
1816
concurrency:
@@ -21,7 +19,7 @@ concurrency:
2119

2220
jobs:
2321
build_docs:
24-
runs-on: ${{ matrix.os }}
22+
runs-on: ubuntu-latest
2523
steps:
2624
- name: get repo and submodules
2725
uses: actions/checkout@v4

0 commit comments

Comments
 (0)