File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66jobs :
77 generate-updates :
88 if : ${{ github.repository == 'googleapis/elixir-google-api' }}
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-24 .04
1010 env :
1111 GITHUB_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1212 steps :
Original file line number Diff line number Diff line change 99jobs :
1010 generate-updates :
1111 if : ${{ github.repository == 'googleapis/elixir-google-api' }}
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 env :
1414 GITHUB_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1515 steps :
Original file line number Diff line number Diff line change 1717 - elixir : " 1.14.5-otp-26"
1818 otp : " 26.2.3"
1919 fail-fast : false
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-24 .04
2121 steps :
2222 - name : Checkout repo
2323 uses : actions/checkout@v4
3232 required-checks :
3333 needs : tests
3434 if : ${{ always() }}
35- runs-on : ubuntu-20 .04
35+ runs-on : ubuntu-24 .04
3636 steps :
3737 - name : Required checks collector
3838 run : ' test "${NEEDS_TESTS_RESULT}" = "success"'
Original file line number Diff line number Diff line change 88jobs :
99 update-api-list :
1010 if : ${{ github.repository_owner == 'googleapis' }}
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1414 steps :
You can’t perform that action at this time.
0 commit comments