summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkennycallado <kennycallado@gmail.com>2023-08-24 19:28:54 +0200
committerGitHub <noreply@github.com>2023-08-24 13:28:54 -0400
commit173d515e1e3f9df7b078360f6de028243ab5c2e4 (patch)
treeecaf6f583e98aa8d16b94a4174c1198cf4c3d844
parent2c4138dd165adb6043cce6633741bab9595ad687 (diff)
Fix: macos build on automated-build (#412)
* Update automated-build.yml Testing macos version * Update automated-build.yml Change refs with releases * Update automated-build.yml refs was correct
-rw-r--r--.github/workflows/automated-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/automated-build.yml b/.github/workflows/automated-build.yml
index 26b284e..7be4129 100644
--- a/.github/workflows/automated-build.yml
+++ b/.github/workflows/automated-build.yml
@@ -20,7 +20,7 @@ jobs:
- {os: ubuntu-20.04, target: aarch64-unknown-linux-gnu, use-cross: true}
- {os: ubuntu-20.04, target: x86_64-unknown-linux-gnu}
- {os: ubuntu-20.04, target: x86_64-unknown-linux-musl, use-cross: true}
- - {os: macos-10.15, target: x86_64-apple-darwin}
+ - {os: macos-13, target: x86_64-apple-darwin}
steps:
- name: Checkout source code
uses: actions/checkout@v2