Skip to content

Commit c2b87bb

Browse files
authored
update runner to macOS 26 runner from old 12. (#48)
1 parent 6f467a8 commit c2b87bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
linting:
18-
runs-on: macos-12
18+
runs-on: macos-26
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: "Run Lint"
@@ -25,7 +25,7 @@ jobs:
2525
swiftformat . --lint
2626
2727
unittest:
28-
runs-on: macos-12
28+
runs-on: macos-26
2929
needs:
3030
- linting
3131
strategy:

0 commit comments

Comments
 (0)