Skip to content

Commit

Permalink
ci: update macOS runner version (#415)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored Oct 22, 2024
1 parent d21ba45 commit 86c302f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
macos-arm64-build:
runs-on: [self-hosted, macos, arm64, 11, release]
runs-on: [self-hosted, macos, arm64, 12, release]
timeout-minutes: 120
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
if-no-files-found: error

macos-x86-build:
runs-on: [self-hosted, macos, amd64, 11, release]
runs-on: [self-hosted, macos, amd64, 12, release]
timeout-minutes: 120
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down

0 comments on commit 86c302f

Please sign in to comment.