Skip to content

Commit 7961680

Browse files
committed
Update github actions CI OS
1 parent 277dd37 commit 7961680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
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:
@@ -68,7 +68,7 @@ jobs:
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 != '[]' }}

0 commit comments

Comments
 (0)