Skip to content

Commit

Permalink
update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Apr 14, 2024
1 parent a5188da commit 16a2c77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"xcode_version": [
"14.3.1",
"15.2"
"15.2",
"15.3"
],
"swift_version": [
"5.7",
"5.8",
"5.9"
"5.9",
"5.10"
],
"platform": [
"platform=macOS",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test-macos:
name: Test
needs: extract-matrix
runs-on: macos-13
runs-on: macOS-14
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}-${{ matrix.xcode }}-${{ matrix.destination }}
cancel-in-progress: true
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
xcodebuild_result:
name: Export xcodebuild test result
needs: test-macos
runs-on: macOS-13
runs-on: macOS-14
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 16a2c77

Please sign in to comment.