diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d5a8e4..a25b8f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: ubuntu_test: name: Ubuntu Build & Test runs-on: ubuntu-22.04 - container: swift:5.7.3-jammy + container: swift:6.0 steps: - uses: actions/checkout@v3 - name: Build @@ -22,8 +22,8 @@ jobs: macos_test: name: macOS Build & Test env: - DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer - runs-on: macos-12 + DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer + runs-on: macos-14 steps: - uses: actions/checkout@v3 - name: Build