Skip to content

Commit 7a7dcbb

Browse files
author
Andrea Scuderi
committed
Use ubuntu on GHA
1 parent f2f2ea8 commit 7a7dcbb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/swift-test.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
image:
21-
- swift:5.10.1-amazonlinux2
21+
- swift:5.10.1
2222
services:
2323
localstack:
2424
image: localstack/localstack
@@ -27,19 +27,18 @@ jobs:
2727
env:
2828
LOCALSTACK_ENDPOINT : "http://localstack:4566"
2929
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
30-
GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION: node16
3130
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
3231
defaults:
3332
run:
3433
shell: bash
3534

3635
steps:
3736
# Checkout the repository to the GitHub Actions runner
37+
- name: Checkout
38+
uses: actions/checkout@v4
3839
- name: Setup
3940
run: |
40-
yum -y update && yum -y install git make zip curl
41-
- name: Checkout
42-
uses: actions/checkout@v3
41+
yum -y update && yum -y install make zip
4342
- name: Test
4443
run: |
4544
cd $GITHUB_WORKSPACE/src

0 commit comments

Comments
 (0)