From 3c7ac215aa2b55c79a47ff00b34c7d0d80014159 Mon Sep 17 00:00:00 2001 From: Marcos Griselli Date: Mon, 28 Oct 2024 21:15:06 -0700 Subject: [PATCH 1/3] Update actions to use macos-15 and Xcode 16.1 Signed-off-by: Marcos Griselli --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26c5bf9..12e5e28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,16 +6,16 @@ on: - main jobs: test-bazel: - runs-on: macos-13 + runs-on: macos-15 steps: - uses: actions/checkout@v3 - - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - run: sudo xcode-select -s /Applications/Xcode_16.1.app - run: bazelisk build //... - run: bazelisk test //... test-swiftpm: runs-on: macos-13 steps: - uses: actions/checkout@v3 - - run: sudo xcode-select -s /Applications/Xcode_15.0.app + - run: sudo xcode-select -s /Applications/Xcode_16.1.app - run: swift build - run: swift test From bf0c7140ef10ec9dc8184df0e320d0be56bb4476 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 13 Jan 2025 19:55:58 -0800 Subject: [PATCH 2/3] bump again Signed-off-by: Keith Smiley --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e5e28..49312ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,13 @@ jobs: runs-on: macos-15 steps: - uses: actions/checkout@v3 - - run: sudo xcode-select -s /Applications/Xcode_16.1.app + - run: sudo xcode-select -s /Applications/Xcode_16.2.app - run: bazelisk build //... - run: bazelisk test //... test-swiftpm: runs-on: macos-13 steps: - uses: actions/checkout@v3 - - run: sudo xcode-select -s /Applications/Xcode_16.1.app + - run: sudo xcode-select -s /Applications/Xcode_16.2.app - run: swift build - run: swift test From a9914805006801cfd0be01b68aee6ec09fc89f4d Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 13 Jan 2025 19:58:19 -0800 Subject: [PATCH 3/3] macos too Signed-off-by: Keith Smiley --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49312ec..fc224d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,14 +6,14 @@ on: - main jobs: test-bazel: - runs-on: macos-15 + runs-on: macos-14 steps: - uses: actions/checkout@v3 - run: sudo xcode-select -s /Applications/Xcode_16.2.app - run: bazelisk build //... - run: bazelisk test //... test-swiftpm: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v3 - run: sudo xcode-select -s /Applications/Xcode_16.2.app