From 462fd1c3021c620cf21d6fc02a31a499f7443f32 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Fri, 26 Mar 2021 22:50:44 +1100 Subject: [PATCH] Renamed all GitHub actions tests to build --- .github/workflows/macOS.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 1428ca5..412a584 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -8,7 +8,7 @@ on: branches: [ main ] jobs: - compile: + build: runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a96f2e1..745ba0f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,7 +8,7 @@ on: branches: [ main ] jobs: - compile: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2