We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2ec28 commit 29c73a2Copy full SHA for 29c73a2
.github/workflows/check-certificates.yml
@@ -26,7 +26,7 @@ jobs:
26
if: >
27
(github.event_name != 'pull_request' && github.repository == 'arduino/arduino-create-agent') ||
28
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'arduino/arduino-create-agent')
29
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
30
31
strategy:
32
fail-fast: false
0 commit comments