File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 matrix :
3636 include :
3737 - name : raspios-bookworm
38- runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
38+ runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
3939 platform : arm64
4040 - name : ubuntu-noble
41- runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
41+ runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
4242 platform : arm64
4343 - name : ubuntu-noble
4444 runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204' || 'ubuntu-24.04' }}
@@ -98,10 +98,10 @@ jobs:
9898 matrix :
9999 include :
100100 - name : raspios-bookworm
101- runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
101+ runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
102102 platform : arm64
103103 - name : ubuntu-noble
104- runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
104+ runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
105105 platform : arm64
106106 - name : ubuntu-noble
107107 runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204' || 'ubuntu-24.04' }}
Original file line number Diff line number Diff line change 7676 if : ${{ needs.builder-necessary.outputs.build == 'true' }}
7777 needs :
7878 - builder-necessary
79- runs-on : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
79+ runs-on : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
8080
8181 steps :
8282 - name : Checkout the code
@@ -113,7 +113,7 @@ jobs:
113113 - platform : amd64
114114 runner : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-24.04' }}
115115 - platform : arm64
116- runner : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
116+ runner : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
117117
118118 steps :
119119 - name : Checkout the code
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 matrix :
4848 include :
4949 - name : raspios-bookworm
50- runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
50+ runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
5151 platform : arm64
5252 - name : ubuntu-noble
53- runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
53+ runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
5454 platform : arm64
5555 - name : ubuntu-noble
5656 runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204' || 'ubuntu-24.04' }}
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 matrix :
3636 include :
3737 - name : raspios-bookworm
38- runner : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
38+ runner : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
3939 platform : arm64
4040 - name : ubuntu-noble
41- runner : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-24 .04-arm' }}
41+ runner : ${{ github.event.repository.private && 'buildjet-8vcpu-ubuntu-2204-arm' || 'ubuntu-22 .04-arm' }}
4242 platform : arm64
4343 - name : ubuntu-noble
4444 runner : ${{ github.event.repository.private && 'buildjet-4vcpu-ubuntu-2204' || 'ubuntu-24.04' }}
You can’t perform that action at this time.
0 commit comments