Skip to content

Commit

Permalink
Updating workflow for 16.1 support.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716249199
  • Loading branch information
Justin Malandruccolo authored and copybara-github committed Jan 16, 2025
1 parent d3944cc commit 36467ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fail-fast: false
matrix:
include:
- { regex: "Objective-C/advanced", xcode_version: "15.3" }
- { regex: "Objective-C/advanced", xcode_version: "16.1" }
- { regex: "Swift/advanced", xcode_version: "16.1" }
- { regex: "Objective-C/admob", xcode_version: "15.3" }
- { regex: "Objective-C/admob", xcode_version: "16.1" }
- { regex: "Swift/admob", xcode_version: "16.1" }
- { regex: "Objective-C/admanager", xcode_version: "15.3" }
- { regex: "Objective-C/admanager", xcode_version: "16.1" }
- { regex: "Swift/admanager", xcode_version: "16.1" }
steps:
- name: Clone Repo
Expand Down

0 comments on commit 36467ac

Please sign in to comment.