Specified container for Docker
Swift Testing / macOS (push) Failing after 13s
Swift Testing / Ubuntu (push) Failing after 39s
Swift Testing / Windows (push) Failing after 58s

This commit is contained in:
2026-08-24 08:58:22 -07:00
parent a450b51b7b
commit da8f81be84
+3 -1
View File
@@ -29,7 +29,9 @@ jobs:
ubuntu: ubuntu:
name: Ubuntu name: Ubuntu
runs-on: ubuntu-24.04:docker://swift:6.3.3 runs-on: ubuntu-24.04
container:
image: swift:6.3.3
steps: steps:
- name: Checkout - name: Checkout