Skip to content

Commit 1b220b2

Browse files
author
zhangrengang
committed
test CI: mac15
1 parent e37664a commit 1b220b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
# This workflow contains a single job called "build"
1616
build:
1717
# The type of runner that the job will run on
18-
runs-on: ubuntu-latest
19-
# runs-on: ubuntu-22.04
18+
# runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/main-mac.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: macos-latest
7+
# runs-on: macos-latest
8+
runs-on: macos-15
89
strategy:
910
max-parallel: 5
1011

0 commit comments

Comments
 (0)