We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a6859 commit d1dcaa6Copy full SHA for d1dcaa6
.github/workflows/ci-nightly-build-test.yaml
@@ -93,7 +93,7 @@ jobs:
93
if: needs.Decision.outputs.run == 'true'
94
name: Build and test
95
needs: Decision
96
- runs-on: ubuntu-22.04
+ runs-on: linux-x86-n2-32
97
steps:
98
- name: Check out a copy of the TFQ git repository
99
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
.github/workflows/ci-nightly-cirq-test.yaml
@@ -88,7 +88,7 @@ permissions: read-all
88
jobs:
89
test-compatibility:
90
name: Run TFQ tests
91
92
0 commit comments