Skip to content

Commit 40c4d2a

Browse files
author
zhangrengang
committed
test CI: mac13, ubuntu20
1 parent 1b220b2 commit 40c4d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
# The type of runner that the job will run on
1818
# runs-on: ubuntu-latest
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-20.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77
# runs-on: macos-latest
8-
runs-on: macos-15
8+
runs-on: macos-13
99
strategy:
1010
max-parallel: 5
1111

0 commit comments

Comments
 (0)