From 9905d64d9fca078a8c4fd746c15e572fad1b27a0 Mon Sep 17 00:00:00 2001
From: Jazzzny <jazzzny225@gmail.com>
Date: Fri, 10 May 2024 21:02:43 -0400
Subject: [PATCH] See if oracle changed something

---
 .github/workflows/compile_openjdk.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/compile_openjdk.yml b/.github/workflows/compile_openjdk.yml
index d8a1143..64a70ba 100644
--- a/.github/workflows/compile_openjdk.yml
+++ b/.github/workflows/compile_openjdk.yml
@@ -10,7 +10,7 @@ on:
 jobs:
     build:
         name: Build OpenJDK versions
-        runs-on: macos-latest
+        runs-on: macos-14
 
         steps:
         - name: Checkout
@@ -22,7 +22,7 @@ jobs:
 
         - name: Clone OpenJDK
           run: |
-                git clone https://github.com/openjdk/jdk17u.git --depth 1 --branch jdk-17.0.12+2
+                git clone https://github.com/openjdk/jdk17u.git --depth 1 --branch jdk-17.0.12+0
 
         - name: Apply patches
           run: |
-- 
GitLab