Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit 4fce6f1

Browse files
committed
Fix tweetrel workflow
1 parent 5c310ec commit 4fce6f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tweet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ defaults:
99
jobs:
1010

1111
build:
12-
None
1312
strategy:
1413
fail-fast: false
1514
matrix: { os: [ubuntu] }
16-
runs-on: ${{ matrix.os }}-latest
15+
runs-on: ubuntu-latest
1716
steps:
1817
- uses: actions/checkout@v1
1918
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)