Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
build:
needs:
- setup_release
runs-on: ubuntu-20.04

Check failure on line 40 in .github/workflows/CI.yml

View workflow job for this annotation

GitHub Actions / Common Lint / Common Lint

label "ubuntu-20.04" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2025", "windows-2025-vs2026", "windows-2022", "windows-11-arm", "ubuntu-slim", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-22.04", "ubuntu-22.04-arm", "macos-latest", "macos-latest-xlarge", "macos-latest-large", "macos-26-xlarge", "macos-26-large", "macos-26", "macos-15-intel", "macos-15-xlarge", "macos-15-large", "macos-15", "macos-14-xlarge", "macos-14-large", "macos-14", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows", "windows-11-arm". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file

steps:
- name: Checkout
Expand All @@ -52,7 +52,7 @@
python-version: '2.7'

- name: Patch third-party deps
if: false # disabled

Check failure on line 55 in .github/workflows/CI.yml

View workflow job for this annotation

GitHub Actions / Common Lint / Common Lint

constant expression "false" in condition. remove the if: section
shell: bash
working-directory: Themerr-plex.bundle/third-party
run: |
Expand Down Expand Up @@ -237,7 +237,7 @@
always() &&
(steps.test.outcome == 'success' || steps.test.outcome == 'failure') &&
startsWith(github.repository, 'LizardByte/')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v6
with:
fail_ci_if_error: true
flags: ${{ runner.os }}
Expand Down
Loading