Skip to content

Commit

Permalink
update macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
matyalatte committed Jun 22, 2024
1 parent 0144473 commit a1707a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
build_unix:
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04, macos-13]
use_libs: [false, true]
runs-on: ${{ matrix.os }}
needs: setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
use_libs: [false, true]
runs-on: macos-11
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit a1707a5

Please sign in to comment.