Skip to content

Commit 08fb996

Browse files
authored
ci: update runner to macos-14 (#230)
1 parent a5ca698 commit 08fb996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

1616
jobs:
1717
library-darwin:
18-
runs-on: macos-13
18+
runs-on: macos-14
1919
name: Test Library (Darwin)
2020
steps:
2121
- uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
2626

2727
library-evolution:
2828
name: Library (evolution, Darwin)
29-
runs-on: macos-13
29+
runs-on: macos-14
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Select Xcode 15.2
@@ -62,7 +62,7 @@ jobs:
6262
run: swift test
6363

6464
examples:
65-
runs-on: macos-13
65+
runs-on: macos-14
6666
name: Build Examples
6767
steps:
6868
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)