Skip to content

Commit 1b5a89f

Browse files
authored
Fixed macOS 12 image name
1 parent 41e4819 commit 1b5a89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
tests-macos12:
1717
name: Test Builds - macOS 12
18-
runs-on: macos-12.0
18+
runs-on: macos-12
1919
strategy:
2020
matrix:
2121
xcode: [ "13.1", "13.2.1", "13.3.1", "13.4.1" ]

0 commit comments

Comments
 (0)