We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decc837 commit d2ae9f0Copy full SHA for d2ae9f0
.github/workflows/CI.yml
@@ -8,13 +8,10 @@ on:
8
branches:
9
- main
10
11
-env:
12
- DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
13
-
14
jobs:
15
build:
16
name: Build
17
- runs-on: macOS-14
+ runs-on: macOS-15
18
strategy:
19
matrix:
20
destination:
.github/workflows/Release.yml
@@ -7,10 +7,9 @@ on:
7
release:
- runs-on: macos-13
+ runs-on: macos-15
steps:
- uses: actions/checkout@v3
- - run: sudo xcode-select -s /Applications/Xcode_15.0.app
- name: Build
run: swift build -c release --arch arm64 --arch x86_64 --product fx-upscale
- name: Compress
0 commit comments