Skip to content

Commit

Permalink
Update ubuntu version used for runner
Browse files Browse the repository at this point in the history
Ubuntu 16.04 is no longer supported by GitHub. Updated the runner to
use Ubuntu 20.04.
  • Loading branch information
mhucka committed Nov 30, 2024
1 parent 10c9c9b commit 3edf568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cirq_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
consistency:
name: Nightly Compatibility
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down

0 comments on commit 3edf568

Please sign in to comment.