Skip to content

Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label #875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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-nightly-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# https://github.com/tensorflow/quantum/actions/workflows/ci-build-checks.yaml
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

name: CI nightly full test

Check warning on line 17 in .github/workflows/ci-nightly-build-test.yaml

View workflow job for this annotation

GitHub Actions / YAML lint

17:1 [document-start] missing document start "---"
run-name: Continuous integration nightly build & test

on:

Check warning on line 20 in .github/workflows/ci-nightly-build-test.yaml

View workflow job for this annotation

GitHub Actions / YAML lint

20:1 [truthy] truthy value should be one of [false, true]
schedule:
- cron: "15 6 * * *"

Expand Down Expand Up @@ -76,7 +76,7 @@
if: needs.Decision.outputs.run == 'true'
name: Build and test
needs: Decision
runs-on: ubuntu-20.04
runs-on: 'ubuntu-24.04'
steps:
- name: Check out a copy of the TFQ git repository
uses: actions/checkout@v4
Expand Down
Loading