Skip to content

Commit b7c7d07

Browse files
authored
Update build.yml
Updating Github action to use MacOS 13 as mac os 12 is deprecated now.
1 parent 5c933b8 commit b7c7d07

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
@@ -58,7 +58,7 @@ jobs:
5858
5959
instrumentation-tests:
6060
name: Instrumentation tests
61-
runs-on: macos-12
61+
runs-on: macos-13
6262
steps:
6363
- name: Checkout
6464
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)