We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acab4a commit 6c94e29Copy full SHA for 6c94e29
.github/workflows/ci.yml
@@ -8,10 +8,12 @@ jobs:
8
name: Xcode ${{ matrix.xcode }}
9
strategy:
10
matrix:
11
- xcode: ["15.3"]
+ xcode: ["15.4", "16.0"]
12
include:
13
- - xcode: "15.3"
14
- macos: macos-14
+ - xcode: "15.4"
+ macos: macos-15
15
+ - xcode: "16.0"
16
17
env:
18
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
19
steps:
@@ -27,6 +29,8 @@ jobs:
27
29
- name: Check fixtures
28
30
run: scripts/diff-fixtures.sh
31
- name: Build fixtures
32
+ env:
33
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
run: scripts/build-fixtures.sh
35
run-linux:
36
runs-on: ubuntu-latest
0 commit comments