Skip to content

Commit 3da98a2

Browse files
authored
Merge pull request ActiveState#3578 from ActiveState/mitchell/dx-3148
Update GitHub Actions macos runner to 13.
2 parents a7d4759 + 4779823 commit 3da98a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- 1.22.x
4040
sys:
4141
- {os: ubuntu-latest}
42-
- {os: macos-12, shell: zsh}
42+
- {os: macos-13, shell: zsh}
4343
- {os: windows-2019}
4444
fail-fast: false
4545
runs-on: ${{ matrix.sys.os }}

0 commit comments

Comments
 (0)