Skip to content

Commit 37f88b2

Browse files
committed
fix: switch CI to macOS 15, update actions
1 parent b6b901d commit 37f88b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
build:
2222
name: Build
23-
runs-on: macos-13
23+
runs-on: macos-15
2424
strategy:
2525
matrix:
2626
include:
@@ -37,9 +37,9 @@ jobs:
3737
- name: Get tags
3838
run: git fetch --prune --unshallow --tags
3939

40-
- name: Select Xcode version (15.1)
40+
- name: Select Xcode version (16.3)
4141
run: |
42-
sudo xcode-select --switch /Applications/Xcode_15.1.app
42+
sudo xcode-select --switch /Applications/Xcode_16.3.app
4343
4444
- name: Bootstrap Procursus
4545
uses: dhinakg/procursus-action@main
@@ -58,7 +58,7 @@ jobs:
5858
path: ${{ github.workspace }}/packages/*
5959
- name: Upload packages to release
6060
if: github.event_name == 'release' && matrix.name == 'release'
61-
uses: svenstaro/upload-release-action@2.7.0
61+
uses: svenstaro/upload-release-action@2.9.0
6262
with:
6363
file: ${{ github.workspace }}/packages/*.deb
6464
file_glob: true

0 commit comments

Comments
 (0)