Skip to content

Commit

Permalink
update runners from 20.04 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Apr 18, 2024
1 parent 3a4f23a commit a4665da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
permissions:
id-token: write
contents: read
runs-on: ubuntu20.04-32cores-128GB
runs-on: ubuntu-latest-32cores-128GB

Check failure on line 56 in .github/workflows/e2e_custom_cl.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L56

label "ubuntu-latest-32cores-128GB" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows", "ubuntu20.04-4cores-16GB", "ubuntu20.04-8cores-32GB", "ubuntu20.04-16cores-64GB", "ubuntu20.04-32cores-128GB", "ubuntu20.04-64cores-256GB". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
Raw output
.github/workflows/e2e_custom_cl.yml:56:14: label "ubuntu-latest-32cores-128GB" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows", "ubuntu20.04-4cores-16GB", "ubuntu20.04-8cores-32GB", "ubuntu20.04-16cores-64GB", "ubuntu20.04-32cores-128GB", "ubuntu20.04-64cores-256GB". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
needs: [get_projectserum_version]
container:
image: projectserum/build:${{ needs.get_projectserum_version.outputs.projectserum_version }}
Expand Down

0 comments on commit a4665da

Please sign in to comment.