Skip to content

Commit

Permalink
chore(ci): replace runner macos-11 with macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Aug 1, 2024
1 parent 1ade5a9 commit 3bc6c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11, windows-latest ]
os: [ ubuntu-latest, macos-12, windows-latest ]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11 ]
os: [ ubuntu-latest, macos-12 ]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-11 ]
os: [ ubuntu-latest, macos-12 ]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

package-for-mac:
name: package-for-mac
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Set Env
Expand Down

0 comments on commit 3bc6c51

Please sign in to comment.