Skip to content

Commit 99642e5

Browse files
authored
Merge pull request #18 from unDefFtr/master
ci: Update macOS runner versions for build workflow
2 parents e4dbd2b + 2aec735 commit 99642e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
path: |
9090
namepicker_*_amd64.deb
9191
build_macos_intel:
92-
runs-on: macos-13
92+
runs-on: macos-15-intel
9393
steps:
9494
- name: Clone repository
9595
uses: actions/checkout@v4
@@ -123,7 +123,7 @@ jobs:
123123
namepicker/build/macos/Build/Products/Release/*-macOS-x64.zip
124124
125125
build_macos_arm:
126-
runs-on: macos-14
126+
runs-on: macos-15
127127
steps:
128128
- name: Clone repository
129129
uses: actions/checkout@v4

0 commit comments

Comments
 (0)