From 6eb700310af53b1be276f007537b2d237824f87f Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Sat, 13 Jun 2020 09:56:09 +0200 Subject: [PATCH] Update macOS version for CI --- .github/workflows/integrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 811ca9e49..1710b40a1 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -8,7 +8,7 @@ on: jobs: integrate: name: Create React Native App and integrate React Native Admob - runs-on: macOS-10.14 + runs-on: macOS-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1