File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ concurrency: compiler-package-debug
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : ' 0 0 * * *'
6+ - cron : " 0 0 * * *"
77jobs :
88 package :
99 runs-on : ${{ matrix.os }}
1010 strategy :
1111 matrix :
12- os : [windows-2019, macos-13 , ubuntu-20.04]
12+ os : [windows-2019, macos-14 , ubuntu-20.04]
1313 steps :
1414 - name : Setup Windows
1515 if : startsWith(matrix.os, 'windows')
2323 - name : Setup Python
2424 uses : actions/setup-python@v4
2525 with :
26- python-version : ' 3.11'
26+ python-version : " 3.11"
2727 - name : Install Ninja
2828 uses : llvm/actions/install-ninja@main
2929
Original file line number Diff line number Diff line change 1010 runs-on : ${{ matrix.os }}
1111 strategy :
1212 matrix :
13- os : [windows-2019, macos-13 , ubuntu-20.04]
13+ os : [windows-2019, macos-14 , ubuntu-20.04]
1414 steps :
1515 - name : Setup Windows
1616 if : startsWith(matrix.os, 'windows')
2424 - name : Setup Python
2525 uses : actions/setup-python@v4
2626 with :
27- python-version : ' 3.11'
27+ python-version : " 3.11"
2828 - name : Install Ninja
2929 uses : llvm/actions/install-ninja@main
3030
You can’t perform that action at this time.
0 commit comments