Skip to content

Commit

Permalink
Fix launch env
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jun 8, 2023
1 parent ecd533a commit c098030
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ env:

jobs:
test-validator-Linux:
runs-on: swift:5.8.1-focal
runs-on: ubuntu-latest
container:
image: swift:5.8.1-focal
steps:
- name: Get swift version
run: swift --version
Expand Down

0 comments on commit c098030

Please sign in to comment.