Skip to content

Commit f333606

Browse files
authored
(ci) Upgrade to macos-13 CI runner image (#498)
macOS 11 support has been dropped in the GitHub-hosted CI runners: actions/runner-images#9255. This has the unpleasant effect of breaking all our CI until this gets merged.
1 parent c264442 commit f333606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perlang-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os:
1111
- ubuntu-20.04
1212
- ubuntu-22.04
13-
- macos-11
13+
- macos-13
1414

1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)