Skip to content

Commit a0b1d08

Browse files
committed
back to macos runner...again
1 parent a32645b commit a0b1d08

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: macos-latest
1414

1515
steps:
1616
- name: Checkout repo

Tests/SimpleHTTPFoundationTests/Foundation/URLRequest/URLRequestTests+URL.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import Foundation
22
import XCTest
33
@testable import SimpleHTTPFoundation
44

5+
#if canImport(FoundationNetworking)
6+
import FoundationNetworking
7+
#endif
8+
59
class URLRequestURLTests: XCTestCase {
610
func test_relativeTo_requestURLHasBaseURL() {
711
let request = URLRequest(url: URL(string: "path")!)

0 commit comments

Comments
 (0)