Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
No Bug: Update CI workflow to use macOS 11 & Xcode 12.5 (#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson authored and iccub committed Aug 16, 2021
1 parent 904072d commit aec36cd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 76 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
test:
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'CI/skip')) }}
name: Run tests
runs-on: macOS-latest
runs-on: macOS-11
env:
# The XCode version to use. If you want to update it please refer to this document:
# https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-software
# and set proper version.
XCODE_VERSION: 12.4
XCODE_VERSION: 12.5

steps:
- name: Select XCode
Expand Down
61 changes: 0 additions & 61 deletions Client/WebFilters/ContentBlocker/Lists/does-it-compile.swift

This file was deleted.

12 changes: 0 additions & 12 deletions Client/WebFilters/ContentBlocker/Lists/test-compile-all-lists.sh

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ platform :ios do

desc "Run Unit Tests"
lane :test do |options|
sh("../Client/WebFilters/ContentBlocker/Lists/test-compile-all-lists.sh")
run_tests(
scheme: "Debug",
device: "iPhone 8",
Expand Down

0 comments on commit aec36cd

Please sign in to comment.