Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9a1667

Browse files
committed
ci: Use macos-14 for packaging
1 parent d102e85 commit f9a1667

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/package-debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ concurrency: compiler-package-debug
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: "0 0 * * *"
77
jobs:
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')
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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')
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)