From be0f01387e3e18907e37ba836c10eba17873173a Mon Sep 17 00:00:00 2001 From: Richard Kocian Date: Thu, 4 Jul 2024 12:26:46 +0200 Subject: [PATCH 1/2] feat: Updated Remote-Robot version to 0.11.23 Signed-off-by: Richard Kocian rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 19de7d97..f0aa2744 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { group 'com.redhat.devtools.intellij' version projectVersion -def remoteRobotVersion = '0.11.22' +def remoteRobotVersion = '0.11.23' repositories { mavenLocal() From 7bb756e3bc237b8bd96cca5022e368d87e86382f Mon Sep 17 00:00:00 2001 From: Richard Kocian Date: Thu, 4 Jul 2024 12:20:45 +0200 Subject: [PATCH 2/2] feat: Update macos jobs to macos-latest runner Signed-off-by: Richard Kocian rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- .github/workflows/dialogs.information_settings.yml | 2 +- .github/workflows/dialogs.project_manipulation.yml | 2 +- .github/workflows/dialogs.yml | 2 +- .github/workflows/mainidewindow.idestatusbar_screenshot.yml | 2 +- .github/workflows/mainidewindow.menubar.yml | 2 +- .github/workflows/mainidewindow.toolwindowspane.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dialogs.information_settings.yml b/.github/workflows/dialogs.information_settings.yml index 480f847c..81988c99 100644 --- a/.github/workflows/dialogs.information_settings.yml +++ b/.github/workflows/dialogs.information_settings.yml @@ -46,7 +46,7 @@ jobs: build-macos: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/dialogs.project_manipulation.yml b/.github/workflows/dialogs.project_manipulation.yml index 812ea820..877836cc 100644 --- a/.github/workflows/dialogs.project_manipulation.yml +++ b/.github/workflows/dialogs.project_manipulation.yml @@ -46,7 +46,7 @@ jobs: build-macos: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/dialogs.yml b/.github/workflows/dialogs.yml index 0db0e2f9..d4011817 100644 --- a/.github/workflows/dialogs.yml +++ b/.github/workflows/dialogs.yml @@ -46,7 +46,7 @@ jobs: build-macos: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/mainidewindow.idestatusbar_screenshot.yml b/.github/workflows/mainidewindow.idestatusbar_screenshot.yml index 848b5410..e777b901 100644 --- a/.github/workflows/mainidewindow.idestatusbar_screenshot.yml +++ b/.github/workflows/mainidewindow.idestatusbar_screenshot.yml @@ -62,7 +62,7 @@ jobs: build-macos: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/mainidewindow.menubar.yml b/.github/workflows/mainidewindow.menubar.yml index fe1f072e..40d20fb7 100644 --- a/.github/workflows/mainidewindow.menubar.yml +++ b/.github/workflows/mainidewindow.menubar.yml @@ -46,7 +46,7 @@ jobs: build-macos: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/mainidewindow.toolwindowspane.yml b/.github/workflows/mainidewindow.toolwindowspane.yml index 6aef2e87..75faeb63 100644 --- a/.github/workflows/mainidewindow.toolwindowspane.yml +++ b/.github/workflows/mainidewindow.toolwindowspane.yml @@ -46,7 +46,7 @@ jobs: build-macos: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v2