From f02bcccb918c0a1715e12c51ea079d8b92e58b1e Mon Sep 17 00:00:00 2001 From: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:14:27 -0400 Subject: [PATCH 1/3] added more runners to makefile.yml Signed-off-by: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ed3bb24..310070b 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: [ubuntu-22.04, ubuntu-20.04, macos-latest] steps: - uses: actions/checkout@v4 From 57040d7dde8131880341961d28000defc45a9ffb Mon Sep 17 00:00:00 2001 From: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:14:01 -0400 Subject: [PATCH 2/3] Update makefile.yml Signed-off-by: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 310070b..ed3bb24 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: [ubuntu-22.04, ubuntu-20.04, macos-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From 45f1a94234f225bbb75a26c013af90424eb7875f Mon Sep 17 00:00:00 2001 From: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:14:19 -0400 Subject: [PATCH 3/3] Update check-files.yml Signed-off-by: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> --- .github/workflows/check-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index cf00d9b..1a741c5 100644 --- a/.github/workflows/check-files.yml +++ b/.github/workflows/check-files.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: [ubuntu-22.04, ubuntu-20.04, macos-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4