File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 setup :
2020 name : ' Load job configuration'
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 outputs :
2323 compilers : ${{ steps.load-config.outputs.compilers }}
2424 steps :
6868
6969 macos :
7070 name : ' [macos] x86_64/${{ matrix.dc }}'
71- runs-on : macos-11
71+ runs-on : macos-14
7272 needs : setup
7373 # Only run if the setup phase explicitly defined compilers to be used
7474 if : ${{ fromJSON(needs.setup.outputs.compilers).macos != '' && fromJSON(needs.setup.outputs.compilers).macos != '[]' }}
@@ -104,7 +104,7 @@ jobs:
104104
105105 ubuntu :
106106 name : ' [ubuntu] ${{ matrix.arch }}/${{ matrix.dc }}'
107- runs-on : ubuntu-20 .04
107+ runs-on : ubuntu-22 .04
108108 needs : setup
109109 # Only run if the setup phase explicitly defined compilers to be used
110110 if : ${{ fromJSON(needs.setup.outputs.compilers).ubuntu != '' && fromJSON(needs.setup.outputs.compilers).ubuntu != '[]' }}
You can’t perform that action at this time.
0 commit comments