Skip to content

Commit

Permalink
[73_37] bump to macos-13 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 25, 2024
1 parent ea9cadb commit 8e0b8d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_research_on_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
macosbuild:
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 45
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_research_on_macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
macosbuild:
strategy:
matrix:
os: [macos-12]
os: [macos-13]
arch: [arm64]
runs-on: ${{ matrix.os }}
timeout-minutes: 45
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
macosbuild:
strategy:
matrix:
os: [macos-12]
os: [macos-13]
arch: [arm64]
runs-on: ${{ matrix.os }}
timeout-minutes: 45
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-xmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
macosbuild:
strategy:
matrix:
os: [macos-12]
os: [macos-13]
arch: [x86_64]
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 45
if: always()
steps:
Expand Down

0 comments on commit 8e0b8d7

Please sign in to comment.