Skip to content

Commit d9ee19a

Browse files
authored
Update CI (#24)
1 parent decc837 commit d9ee19a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/CI.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ on:
88
branches:
99
- main
1010

11-
env:
12-
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
13-
1411
jobs:
1512
build:
1613
name: Build
17-
runs-on: macOS-14
14+
runs-on: macOS-15
1815
strategy:
1916
matrix:
2017
destination:

.github/workflows/Release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77

88
jobs:
99
release:
10-
runs-on: macos-13
10+
runs-on: macos-15
1111
steps:
1212
- uses: actions/checkout@v3
13-
- run: sudo xcode-select -s /Applications/Xcode_15.0.app
1413
- name: Build
1514
run: swift build -c release --arch arm64 --arch x86_64 --product fx-upscale
1615
- name: Compress

0 commit comments

Comments
 (0)