Skip to content

Commit

Permalink
Update GitHub runners to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Dec 10, 2023
1 parent 9345f83 commit 8e64256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: needs.config.outputs.has-secrets
name: Build and Sign

runs-on: macos-12
runs-on: macos-13
permissions:
contents: read
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build and Test
runs-on: macos-12
runs-on: macos-13
permissions:
contents: read
env:
Expand Down

0 comments on commit 8e64256

Please sign in to comment.